Searched refs:L (Results 1 – 16 of 16) sorted by relevance
/system/core/libcutils/arch-x86_64/ |
D | android_memset16.S | 23 #ifndef L 24 # define L(label) .L##label macro 75 jae L(32wordsormore) 77 L(write_less32words): 79 BRANCH_TO_JMPTBL_ENTRY (L(table_less32words), %rdx, 4) 83 L(table_less32words): 84 .int JMPTBL (L(write_0words), L(table_less32words)) 85 .int JMPTBL (L(write_1words), L(table_less32words)) 86 .int JMPTBL (L(write_2words), L(table_less32words)) 87 .int JMPTBL (L(write_3words), L(table_less32words)) [all …]
|
D | android_memset32.S | 23 #ifndef L 24 # define L(label) .L##label macro 72 jae L(16dbwordsormore) 74 L(write_less16dbwords): 76 BRANCH_TO_JMPTBL_ENTRY (L(table_less16dbwords), %rdx, 4) 80 L(table_less16dbwords): 81 .int JMPTBL (L(write_0dbwords), L(table_less16dbwords)) 82 .int JMPTBL (L(write_1dbwords), L(table_less16dbwords)) 83 .int JMPTBL (L(write_2dbwords), L(table_less16dbwords)) 84 .int JMPTBL (L(write_3dbwords), L(table_less16dbwords)) [all …]
|
/system/core/libcutils/arch-x86/ |
D | android_memset16.S | 23 #ifndef L 24 # define L(label) .L##label macro 146 jae L(32wordsormore) 148 L(write_less32words): 150 BRANCH_TO_JMPTBL_ENTRY (L(table_less32words)) 155 L(table_less32words): 156 .int JMPTBL (L(write_0words), L(table_less32words)) 157 .int JMPTBL (L(write_1words), L(table_less32words)) 158 .int JMPTBL (L(write_2words), L(table_less32words)) 159 .int JMPTBL (L(write_3words), L(table_less32words)) [all …]
|
D | android_memset32.S | 23 #ifndef L 24 # define L(label) .L##label macro 144 jae L(16dbwordsormore) 146 L(write_less16dbwords): 148 BRANCH_TO_JMPTBL_ENTRY (L(table_less16dbwords)) 152 L(table_less16dbwords): 153 .int JMPTBL (L(write_0dbwords), L(table_less16dbwords)) 154 .int JMPTBL (L(write_1dbwords), L(table_less16dbwords)) 155 .int JMPTBL (L(write_2dbwords), L(table_less16dbwords)) 156 .int JMPTBL (L(write_3dbwords), L(table_less16dbwords)) [all …]
|
/system/keymaster/ |
D | ocb.c | 623 block L[L_TABLE_SZ]; /* Memory correct */ member 642 #define getL(_ctx, _tz) ((_ctx)->L[_tz]) 646 return ctx->L[tz]; in getL() 650 block rval = swap_if_le(ctx->L[L_TABLE_SZ - 1]); in getL() 730 ctx->L[0] = swap_if_le(tmp_blk); in ae_init() 733 ctx->L[i] = swap_if_le(tmp_blk); in ae_init() 807 oa[0] = xor_block(ad_offset, ctx->L[0]); in process_ad() 809 oa[1] = xor_block(oa[0], ctx->L[1]); in process_ad() 811 oa[2] = xor_block(ad_offset, ctx->L[1]); in process_ad() 817 oa[3] = xor_block(oa[2], ctx->L[2]); in process_ad() [all …]
|
/system/core/include/utils/ |
D | Errors.h | 81 # define NO_ERROR 0L
|
/system/core/liblog/ |
D | event_tag_map.c | 81 end = lseek(fd, 0L, SEEK_END); in android_openEventTagMap() 82 (void) lseek(fd, 0L, SEEK_SET); in android_openEventTagMap()
|
/system/core/libpixelflinger/include/private/pixelflinger/ |
D | ggl_context.h | 126 #define GGL_BETWEEN(x, L, H) (uint32_t((x)-(L)) <= ((H)-(L)))
|
/system/core/toolbox/upstream-netbsd/usr.bin/grep/ |
D | util.c | 277 #define iswword(x) (iswalnum((x)) || (x) == L'_') 329 wbegin = wend = L' '; in procline()
|
D | fastgrep.c | 308 ((grepbehave != GREP_FIXED) && wpat[i] == L'.')) in grep_cmp()
|
/system/core/fastboot/ |
D | usb_windows.c | 350 L'\0' != *wchar_name; in find_usb_device()
|
/system/core/adb/ |
D | usb_windows.cpp | 475 L'\0' != *wchar_name; in find_devices()
|
/system/core/libpixelflinger/codeflinger/ |
D | ARMAssemblerInterface.h | 56 #define LIST(rr) L##rr=1<<rr
|
/system/media/audio_utils/ |
D | tinysndfile.c | 112 long dataTell = 0L; in sf_open_read()
|
/system/extras/tests/net_test/ |
D | multinetwork_base.py | 246 L=1, A=1,
|
/system/core/rootdir/ |
D | init.rc | 754 # logd for write to /data/misc/logd, log group for read from pstore (-L) 755 …exec - logd log -- /system/bin/logcat -L -b all -v threadtime -v usec -v printable -D -f /data/mis…
|