Home
last modified time | relevance | path

Searched defs:BIT_TO_BYTE (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/ai/neural_network_runtime/example/deep_learning_framework/tflite/tools/
H A Dbitmap_helpers.h32 const int BIT_TO_BYTE = 8; variable
/ohos5.0/foundation/arkui/ui_lite/interfaces/kits/font/
H A Dui_font_header.h24 #define BIT_TO_BYTE(x) (((x) + 0x7) >> 3) macro