| /prebuilts/ndk/current/platforms/android-13/arch-x86/usr/include/asm/ |
| processor_32.h | 205 unsigned long stack[64]; member in struct:tss_struct
|
| /prebuilts/ndk/current/platforms/android-14/arch-x86/usr/include/asm/ |
| processor_32.h | 205 unsigned long stack[64]; member in struct:tss_struct
|
| /prebuilts/ndk/current/platforms/android-15/arch-x86/usr/include/asm/ |
| processor_32.h | 205 unsigned long stack[64]; member in struct:tss_struct
|
| /prebuilts/ndk/current/platforms/android-16/arch-x86/usr/include/asm/ |
| processor_32.h | 205 unsigned long stack[64]; member in struct:tss_struct
|
| /prebuilts/ndk/current/platforms/android-17/arch-x86/usr/include/asm/ |
| processor_32.h | 205 unsigned long stack[64]; member in struct:tss_struct
|
| /prebuilts/ndk/current/platforms/android-18/arch-x86/usr/include/asm/ |
| processor_32.h | 205 unsigned long stack[64]; member in struct:tss_struct
|
| /prebuilts/ndk/current/platforms/android-19/arch-x86/usr/include/asm/ |
| processor_32.h | 205 unsigned long stack[64]; member in struct:tss_struct
|
| /prebuilts/ndk/current/platforms/android-9/arch-x86/usr/include/asm/ |
| processor_32.h | 205 unsigned long stack[64]; member in struct:tss_struct
|
| /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/sepolgen/ |
| refpolicy.py | 180 # how we pop items off of the node stack. 186 stack = [(node, 0)] 187 while len(stack) > 0: 188 cur, depth = stack.pop(index) 195 # be a leaf - so no need to add it to the stack 204 stack.extend(items)
|
| /system/extras/simpleperf/ |
| record.h | 90 std::vector<BranchStackItemType> stack; member in struct:PerfSampleBranchStackType
|
| /toolchain/binutils/binutils-2.25/libiberty/ |
| alloca.c | 5 which is used to allocate space off the run-time stack so 16 that are found to be deeper in the stack than the current 70 /* If your stack is a linked list of frames, you have to 84 /* Define STACK_DIRECTION if you know the direction of stack 109 auto char dummy; /* To get stack address. */ 121 stack_dir = 1; /* Stack grew upward. */ 123 stack_dir = -1; /* Stack grew downward. */ 131 (b) keep track of stack depth. 146 char *deep; /* For stack depth measure. */ 155 was supposed to be taken from the current stack frame of th 416 long size, pseg, this_segment, stack; local [all...] |
| /external/libgdx/extensions/gdx-box2d/gdx-box2d-gwt/src/com/badlogic/gdx/physics/box2d/gwt/emu/org/jbox2d/dynamics/ |
| World.java | 1060 private Body[] stack = new Body[10]; // TODO djm find a good initial stack number; field in class:World 1090 if (stack.length < stackSize) { 1091 stack = new Body[stackSize]; 1107 // Reset island and stack. 1110 stack[stackCount++] = seed; 1115 // Grab the next body off the stack and add it to the island. 1116 Body b = stack[--stackCount]; [all...] |
| /external/selinux/libsepol/src/ |
| services.c | 83 /* Stack services for RPN to infix conversion. */ 84 static char **stack; variable 91 char **new_stack = stack; 99 new_stack = realloc(stack, new_stack_len * sizeof(*stack)); 101 ERR(NULL, "unable to allocate stack space"); 105 stack = new_stack; 107 stack[next_stack_entry] = expr_ptr; 116 ERR(NULL, "pop called with no stack entries"); 119 return stack[next_stack_entry] [all...] |
| /frameworks/base/packages/DocumentsUI/src/com/android/documentsui/dirlist/ |
| DirectoryFragment.java | 377 getDisplayState().stack.peek(), [all...] |
| /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/arm/neon/ |
| sixtappredict8x4_neon.asm | 34 ; stack(r5) int dst_pitch 40 ldr r4, [sp, #12] ;load parameters from stack 41 ldr r5, [sp, #16] ;load parameters from stack 54 sub sp, sp, #32 ;reserve space on stack for temporary storage 231 vqrshrun.s16 d29, q11, #7 ;load intermediate data from stack
|
| /external/freetype/src/truetype/ |
| ttinterp.c | 236 /* free stack */ 237 FT_FREE( exec->stack ); 240 /* free call stack */ 296 exec->stack = NULL; 431 /* XXX: We reserve a little more elements on the stack to deal safely */ 437 (void*)&exec->stack, 547 /* some glyphs leave something on the stack. so we clean it */ 611 /* enough arguments on the stack, with the help of the `Pop_Push_Count' */ 615 /* are popped from the stack; the second one gives the number of those */ [all...] |
| /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/truetype/ |
| ttinterp.c | 243 /* free stack */ 244 FT_FREE( exec->stack ); 247 /* free call stack */ 303 exec->stack = NULL; 437 /* XXX: We reserve a little more elements on the stack to deal safely */ 443 (void*)&exec->stack, 557 /* some glyphs leave something on the stack. so we clean it */ 625 /* enough arguments on the stack, with the help of the `Pop_Push_Count' */ 629 /* are popped from the stack; the second one gives the number of those */ [all...] |
| /external/pdfium/third_party/freetype/src/truetype/ |
| ttinterp.c | 252 /* free stack */ 253 FT_FREE( exec->stack ); 256 /* free call stack */ 312 exec->stack = NULL; 446 /* XXX: We reserve a little more elements on the stack to deal safely */ 452 (void*)&exec->stack, 566 /* some glyphs leave something on the stack. so we clean it */ 634 /* enough arguments on the stack, with the help of the `Pop_Push_Count' */ 638 /* are popped from the stack; the second one gives the number of those */ [all...] |
| /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
| ExpandableNotificationRow.java | 53 import com.android.systemui.statusbar.stack.NotificationChildrenContainer; 54 import com.android.systemui.statusbar.stack.NotificationStackScrollLayout; 55 import com.android.systemui.statusbar.stack.StackScrollState; 56 import com.android.systemui.statusbar.stack.StackStateAnimator; 57 import com.android.systemui.statusbar.stack.StackViewState; [all...] |
| /external/v8/src/arm64/ |
| simulator-arm64.cc | 142 // Process stack arguments, and make sure the stack is suitably aligned. 149 char * stack = reinterpret_cast<char*>(entry_stack); local 152 memcpy(stack, &(*it), sizeof(*it)); 153 stack += sizeof(*it); 156 DCHECK(reinterpret_cast<uintptr_t>(stack) <= original_stack); 227 // Adjust JS-based stack limit to C-based stack limit. 242 // the stack or zero. 315 // Extending the stack by 2 * 64 bits is required for stack alignment purposes 1625 uintptr_t stack = 0; local 1727 uintptr_t stack = 0; local [all...] |
| /external/slf4j/log4j-over-slf4j/compatibility/lib/ |
| log4j-1.3alpha-8.jar | |
| /external/dbus/bus/ |
| config-parser.c | 89 DBusList *stack; /**< stack of Element */ member in struct:BusConfigParser 111 DBusList *included_files; /**< Included files stack */ 137 if (!_dbus_list_append (&parser->stack, e)) 162 e = _dbus_list_pop_last (&parser->stack); 172 e = _dbus_list_get_last (&parser->stack); 182 e = _dbus_list_get_last (&parser->stack); 486 while (parser->stack != NULL) [all...] |
| /external/icu/android_icu4j/src/main/java/android/icu/text/ |
| Bidi.java | 2457 short[] stack = new short[MAX_EXPLICIT_LEVEL + 2]; \/* we never push anything >= MAX_EXPLICIT_LEVEL local [all...] |
| /external/icu/icu4c/source/common/ |
| ubidi.c | 459 lastStack is the index of the last used entry in the stack. A value of -1 462 /* The following stack contains the position of the initiator of 465 /* The following stack contains the last known state before 1151 uint16_t stack[UBIDI_MAX_EXPLICIT_LEVEL+2]; \/* we never push anything >=UBIDI_MAX_EXPLICIT_LEVEL local [all...] |
| /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
| Bidi.java | 2493 short[] stack = new short[MAX_EXPLICIT_LEVEL + 2]; \/* we never push anything >= MAX_EXPLICIT_LEVEL local [all...] |