/prebuilts/ndk/r11/platforms/android-14/arch-mips/usr/include/asm/ |
current.h | 24 #define current get_current() macro
|
/prebuilts/ndk/r11/platforms/android-14/arch-x86/usr/include/asm/ |
current_32.h | 25 #define current get_current() macro
|
/prebuilts/ndk/r11/platforms/android-15/arch-mips/usr/include/asm/ |
current.h | 24 #define current get_current() macro
|
/prebuilts/ndk/r11/platforms/android-15/arch-x86/usr/include/asm/ |
current_32.h | 25 #define current get_current() macro
|
/prebuilts/ndk/r11/platforms/android-16/arch-mips/usr/include/asm/ |
current.h | 24 #define current get_current() macro
|
/prebuilts/ndk/r11/platforms/android-16/arch-x86/usr/include/asm/ |
current_32.h | 25 #define current get_current() macro
|
/prebuilts/ndk/r11/platforms/android-17/arch-mips/usr/include/asm/ |
current.h | 24 #define current get_current() macro
|
/prebuilts/ndk/r11/platforms/android-17/arch-x86/usr/include/asm/ |
current_32.h | 25 #define current get_current() macro
|
/prebuilts/ndk/r11/platforms/android-18/arch-mips/usr/include/asm/ |
current.h | 24 #define current get_current() macro
|
/prebuilts/ndk/r11/platforms/android-18/arch-x86/usr/include/asm/ |
current_32.h | 25 #define current get_current() macro
|
/prebuilts/ndk/r11/platforms/android-19/arch-mips/usr/include/asm/ |
current.h | 24 #define current get_current() macro
|
/prebuilts/ndk/r11/platforms/android-19/arch-x86/usr/include/asm/ |
current_32.h | 25 #define current get_current() macro
|
/prebuilts/ndk/r11/platforms/android-9/arch-mips/usr/include/asm/ |
current.h | 24 #define current get_current() macro
|
/prebuilts/ndk/r11/platforms/android-9/arch-x86/usr/include/asm/ |
current_32.h | 25 #define current get_current() macro
|
/external/swiftshader/third_party/subzero/src/ |
IceMemory.cpp | 27 CfgAllocatorTraits::allocator_type CfgAllocatorTraits::current() { function in class:Ice::CfgAllocatorTraits 48 LivenessAllocatorTraits::allocator_type LivenessAllocatorTraits::current() { function in class:Ice::LivenessAllocatorTraits
|
/external/swiftshader/third_party/LLVM/lib/Support/ |
MemoryObject.cpp | 20 uint64_t current = address; local 23 if (current + size > limit) 26 while (current - address < size) { 27 if (readByte(current, &buf[(current - address)])) 30 current++; 34 *copied = current - address;
|
/external/libexif/test/ |
test-sorted.c | 33 ExifTag last = 0, current; local 36 current = exif_tag_table_get_tag(i); 37 if (current < last) { 39 current); 43 printf("Tag 0x%04x has a NULL name\n", current); 46 last = current;
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigaction/ |
12-27.c | 10 signal-catching functions are executed on the current stack if the 24 stack_t current; variable 38 if (oss.ss_sp != current.ss_sp || oss.ss_size != current.ss_size) { 57 if (sigaltstack(NULL, ¤t) == -1) {
|
12-28.c | 10 signal-catching functions are executed on the current stack if the 24 stack_t current; variable 38 if (oss.ss_sp != current.ss_sp || oss.ss_size != current.ss_size) { 57 if (sigaltstack(NULL, ¤t) == -1) {
|
12-29.c | 10 signal-catching functions are executed on the current stack if the 24 stack_t current; variable 38 if (oss.ss_sp != current.ss_sp || oss.ss_size != current.ss_size) { 57 if (sigaltstack(NULL, ¤t) == -1) {
|
12-30.c | 10 signal-catching functions are executed on the current stack if the 24 stack_t current; variable 38 if (oss.ss_sp != current.ss_sp || oss.ss_size != current.ss_size) { 57 if (sigaltstack(NULL, ¤t) == -1) {
|
12-31.c | 10 signal-catching functions are executed on the current stack if the 24 stack_t current; variable 38 if (oss.ss_sp != current.ss_sp || oss.ss_size != current.ss_size) { 57 if (sigaltstack(NULL, ¤t) == -1) {
|
12-32.c | 10 signal-catching functions are executed on the current stack if the 24 stack_t current; variable 38 if (oss.ss_sp != current.ss_sp || oss.ss_size != current.ss_size) { 57 if (sigaltstack(NULL, ¤t) == -1) {
|
12-33.c | 10 signal-catching functions are executed on the current stack if the 24 stack_t current; variable 38 if (oss.ss_sp != current.ss_sp || oss.ss_size != current.ss_size) { 57 if (sigaltstack(NULL, ¤t) == -1) {
|
12-34.c | 10 signal-catching functions are executed on the current stack if the 24 stack_t current; variable 38 if (oss.ss_sp != current.ss_sp || oss.ss_size != current.ss_size) { 57 if (sigaltstack(NULL, ¤t) == -1) {
|