Searched defs:lo (Results 1 – 7 of 7) sorted by relevance
/system/core/toolbox/ |
D | newfs_msdos.c | 101 #define argto1(arg, lo, msg) argtou(arg, lo, 0xff, msg) argument 102 #define argto2(arg, lo, msg) argtou(arg, lo, 0xffff, msg) argument 103 #define argto4(arg, lo, msg) argtou(arg, lo, 0xffffffff, msg) argument 104 #define argtox(arg, lo, msg) argtou(arg, lo, UINT_MAX, msg) argument 951 argtou(const char *arg, u_int lo, u_int hi, const char *msg) in argtou()
|
/system/core/include/corkscrew/ |
D | ptrace.h | 72 uint64_t lo; member
|
/system/core/include/private/pixelflinger/ |
D | ggl_fixed.h | 181 int32_t lo; in gglMulii() member 441 int32_t lo; in gglMulii() member
|
/system/core/libpixelflinger/ |
D | fixed.cpp | 261 uint32_t lo = ab; in slow_muldiv() local
|
/system/core/liblog/ |
D | event_tag_map.c | 128 int hi, lo, mid; in android_lookupEventTag() local
|
/system/core/libcorkscrew/arch-mips/ |
D | backtrace-mips.c | 41 uint64_t lo; member
|
/system/core/libcutils/ |
D | tztime.c | 1243 register int lo = 1; local 1672 register time_t lo; local
|