HomeSort by relevance Sort by last modified time
    Searched full:_start (Results 151 - 175 of 1171) sorted by null

1 2 3 4 5 67 8 91011>>

  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/lib/
crtbegin_dynamic.o 
crtbegin_static.o 
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/libr2/
crtbegin_dynamic.o 
crtbegin_static.o 
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/libr6/
crtbegin_dynamic.o 
crtbegin_static.o 
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/lib/
crtbegin_dynamic.o 
crtbegin_static.o 
  /bionic/linker/arch/arm/
begin.S 31 ENTRY(_start) function
37 END(_start)
  /bionic/linker/arch/arm64/
begin.S 31 ENTRY(_start) function
37 END(_start)
  /bionic/linker/arch/x86_64/
begin.S 31 ENTRY(_start) function
37 END(_start)
  /external/valgrind/main/exp-bbv/tests/x86/
million.S 7 .globl _start
8 _start: label
complex_rep.S 8 .globl _start
9 _start: label
  /external/clang/test/Analysis/Inputs/
system-header-simulator-cxx.h 27 T *_start; member in class:std::vector
31 vector() : _start(0), _finish(0), _end_of_storage(0) {}
35 return size_t(_finish - _start);
42 return _start[n];
46 return _start[n];
49 T *begin() { return _start; }
50 const T *begin() const { return _start; }
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/
TreeRuleReturnScope.as 40 protected var _start:Object;
58 return _start;
62 _start = value;
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
TreeRuleReturnScope`1.cs 44 private TTree _start; field in class:Antlr.Runtime.Tree.TreeRuleReturnScope
51 return _start;
56 _start = value;
  /external/chromium_org/ppapi/native_client/src/untrusted/pnacl_irt_shim/
shim_entry.c 49 * Thus we always wrap _start, even if there is no IRT auxv entry.
56 _start(info);
  /external/valgrind/main/exp-bbv/tests/amd64-linux/
clone_test.S 5 .globl _start
6 _start: label
complex_rep.S 8 .globl _start
9 _start: label
  /external/valgrind/main/exp-bbv/tests/x86-linux/
clone_test.S 5 .globl _start
6 _start: label
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
CommonToken.as 49 protected var _start:int;
63 token._start = start;
75 token._start = CommonToken(oldToken).startIndex;
96 _text = _input.substring(_start, _stop);
134 return _start;
138 _start = start;
  /external/qemu/include/migration/
vmstate.h 192 #define vmstate_offset_sub_array(_state, _field, _type, _start) \
193 (offsetof(_state, _field[_start]))
257 #define VMSTATE_SUB_ARRAY(_field, _state, _start, _num, _version, _info, _type) { \
264 .offset = vmstate_offset_sub_array(_state, _field, _type, _start), \
416 #define VMSTATE_STATIC_BUFFER(_field, _state, _version, _test, _start, _size) { \
420 .size = (_size - _start), \
423 .offset = vmstate_offset_buffer(_state, _field) + _start, \
426 #define VMSTATE_VBUFFER_MULTIPLY(_field, _state, _version, _test, _start, _field_size, _multiply) { \
435 .start = (_start), \
438 #define VMSTATE_VBUFFER(_field, _state, _version, _test, _start, _field_size) {
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
ParserRuleReturnScope.cs 60 private TToken _start; field in class:Antlr.Runtime.ParserRuleReturnScope
65 return _start;
69 _start = value;
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
ParserRuleReturnScope.cs 61 private TToken _start; field in class:Antlr.Runtime.ParserRuleReturnScope
68 return _start;
73 _start = value;
  /system/media/camera/docs/
camera_metadata_tag_info.mako 42 ${"[%s]" %(path_name(i)) | csym,pad(36)} = { ${path_name(i) | csym}_START,
49 ${path_name(sec) | csym}_START] = {
51 [ ${entry.name | csym} - ${path_name(sec) | csym}_START ] =

Completed in 263 milliseconds

1 2 3 4 5 67 8 91011>>