HomeSort by relevance Sort by last modified time
    Searched refs:trailer (Results 1 - 25 of 84) sorted by null

1 2 3 4

  /external/llvm/test/MC/AsmParser/
directive_rept-diagnostics.s 33 .global trailer
34 .type trailer,@object
35 trailer: label
36 .rep 0 trailer
39 # CHECK: .rep 0 trailer
  /external/llvm/test/MC/ARM/
directive-align.s 21 trailer: label
25 @ CHECK-LABEL: trailer
  /ndk/sources/host-tools/make-3.81/
alloca.c 317 include the fifteen word trailer area. */
330 this trailer). */
333 long link; /* Address of trailer block of previous
358 struct stk_trailer *trailer; local
371 trailer = (struct stk_trailer *) (status.current_address
376 a fatal error if "trailer" is null. */
378 if (trailer == 0)
383 while (trailer != 0)
385 block = (long *) trailer->this_address;
386 size = trailer->this_size
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/lib/
alloca.c 305 include the fifteen word trailer area. */
318 this trailer). */
321 long link; /* Address of trailer block of previous
346 struct stk_trailer *trailer; local
359 trailer = (struct stk_trailer *) (status.current_address
364 a fatal error if "trailer" is null. */
366 if (trailer == 0)
371 while (trailer != 0)
373 block = (long *) trailer->this_address;
374 size = trailer->this_size
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_execfile.py 19 power< 'execfile' trailer< '(' arglist< filename=any [',' globals=any [',' locals=any ] ] > ')' > >
21 power< 'execfile' trailer< '(' filename=any ')' > >
36 read = [Node(syms.trailer, [Dot(), Name(u'read')]),
37 Node(syms.trailer, [LParen(), RParen()])]
fix_intern.py 20 trailer< lpar='('
40 [pytree.Node(syms.trailer,
fix_tuple_params.py 161 trailer = [Subscript(Number(unicode(i)))]
163 map_to_index(obj, trailer, d=d)
165 d[obj] = prefix + trailer
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_execfile.py 19 power< 'execfile' trailer< '(' arglist< filename=any [',' globals=any [',' locals=any ] ] > ')' > >
21 power< 'execfile' trailer< '(' filename=any ')' > >
36 read = [Node(syms.trailer, [Dot(), Name(u'read')]),
37 Node(syms.trailer, [LParen(), RParen()])]
fix_intern.py 20 trailer< lpar='('
40 [pytree.Node(syms.trailer,
fix_tuple_params.py 161 trailer = [Subscript(Number(unicode(i)))]
163 map_to_index(obj, trailer, d=d)
165 d[obj] = prefix + trailer
  /external/chromium_org/chrome/common/extensions/docs/static/sass/
_typography.scss 38 @include trailer(0, $h2-font-size);
44 @include trailer(0.4, $h3-font-size);
50 @include trailer(0, $h4-font-size);
55 @include trailer(0, $h5-font-size);
60 @include trailer(0, $h6-font-size);
_normalize.scss 217 @include trailer(1, $h1-font-size);
224 @include trailer(1, $h2-font-size);
230 @include trailer(1, $h3-font-size);
236 @include trailer(1, $h4-font-size);
242 @include trailer(1, $h5-font-size);
248 @include trailer(1, $h6-font-size);
  /external/chromium_org/third_party/leveldatabase/src/table/
table_builder.cc 183 char trailer[kBlockTrailerSize]; local
184 trailer[0] = type;
186 crc = crc32c::Extend(crc, trailer, 1); // Extend crc to cover block type
187 EncodeFixed32(trailer+1, crc32c::Mask(crc));
188 r->status = r->file->Append(Slice(trailer, kBlockTrailerSize));
  /external/chromium_org/third_party/libjingle/source/talk/base/
sslidentity.cc 71 size_t trailer = pem_string.find("-----END " + pem_type + "-----");
72 if (trailer == std::string::npos)
75 std::string inner = pem_string.substr(body + 1, trailer - (body + 1));
  /external/chromium_org/third_party/webrtc/base/
sslidentity.cc 54 size_t trailer = pem_string.find("-----END " + pem_type + "-----");
55 if (trailer == std::string::npos)
58 std::string inner = pem_string.substr(body + 1, trailer - (body + 1));
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
graminit.h 69 #define trailer 322 macro
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
symbol.py 79 trailer = 322 variable
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
graminit.h 69 #define trailer 322 macro
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
symbol.py 79 trailer = 322 variable
  /build/tools/droiddoc/templates-ds/
sampleindex.cs 50 <?cs include:"trailer.cs" ?>
  /build/tools/droiddoc/templates-pdk/
sampleindex.cs 50 <?cs include:"trailer.cs" ?>
  /build/tools/droiddoc/templates-sac/
sampleindex.cs 50 <?cs include:"trailer.cs" ?>
  /external/chromium_org/sandbox/mac/
mach_message_server.cc 90 // the trailer of the message, from the header.
91 mach_msg_audit_trailer_t* trailer = local
97 audit_token_to_au32(trailer->msgh_audit,
  /external/doclava/res/assets/templates/
docpage.cs 35 <?cs include:"trailer.cs" ?>
sample.cs 30 <?cs include:"trailer.cs" ?>

Completed in 422 milliseconds

1 2 3 4