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

1 2 3 4 5 6 7 8 910

  /external/stlport/stlport/stl/
_cprolog.h 12 # error STlport prolog header can not be reincluded as long as epilog has not be included.
21 /* If the platform provides any specific prolog actions,
22 * like #pragmas, do include platform-specific prolog file */
_epilog.h 8 # error STLport epilog header can not be included as long as prolog has not be included.
12 * like #pragmas, do include platform-specific prolog file
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_cprolog.h 12 # error STlport prolog header can not be reincluded as long as epilog has not be included.
21 /* If the platform provides any specific prolog actions,
22 * like #pragmas, do include platform-specific prolog file */
_epilog.h 8 # error STLport epilog header can not be included as long as prolog has not be included.
12 * like #pragmas, do include platform-specific prolog file
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_cprolog.h 12 # error STlport prolog header can not be reincluded as long as epilog has not be included.
21 /* If the platform provides any specific prolog actions,
22 * like #pragmas, do include platform-specific prolog file */
_epilog.h 8 # error STLport epilog header can not be included as long as prolog has not be included.
12 * like #pragmas, do include platform-specific prolog file
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_cprolog.h 12 # error STlport prolog header can not be reincluded as long as epilog has not be included.
21 /* If the platform provides any specific prolog actions,
22 * like #pragmas, do include platform-specific prolog file */
_epilog.h 8 # error STLport epilog header can not be included as long as prolog has not be included.
12 * like #pragmas, do include platform-specific prolog file
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_cprolog.h 12 # error STlport prolog header can not be reincluded as long as epilog has not be included.
21 /* If the platform provides any specific prolog actions,
22 * like #pragmas, do include platform-specific prolog file */
_epilog.h 8 # error STLport epilog header can not be included as long as prolog has not be included.
12 * like #pragmas, do include platform-specific prolog file
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_cprolog.h 12 # error STlport prolog header can not be reincluded as long as epilog has not be included.
21 /* If the platform provides any specific prolog actions,
22 * like #pragmas, do include platform-specific prolog file */
_epilog.h 8 # error STLport epilog header can not be included as long as prolog has not be included.
12 * like #pragmas, do include platform-specific prolog file
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_cprolog.h 12 # error STlport prolog header can not be reincluded as long as epilog has not be included.
21 /* If the platform provides any specific prolog actions,
22 * like #pragmas, do include platform-specific prolog file */
_epilog.h 8 # error STLport epilog header can not be included as long as prolog has not be included.
12 * like #pragmas, do include platform-specific prolog file
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/
tgsi_iterate.h 41 (* prolog)( member in struct:tgsi_iterate_context
tgsi_iterate.c 43 if (ctx->prolog)
44 if (!ctx->prolog( ctx ))
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/coff/
coff-objfmt.h 53 /*@dependent@*/ yasm_symrec *prolog; /* End of prologue */ member in struct:coff_unwind_info
  /external/linux-tools-perf/perf-3.12.0/arch/hexagon/lib/
memcpy.S 67 * int i, prolog, kernel, epilog, mask;
84 * prolog = 32 - ((int) ptr_out);
86 * prolog = prolog & mask;
87 * kernel = len - prolog;
91 * if (prolog & 1) { ptr_out[0] = (u8) data0; data0 >>= 8; ptr_out += 1;}
93 * if (prolog & 2) { ptr2[0] = (u16) data0; data0 >>= 16; ptr_out += 2;}
95 * if (prolog & 4) { ptr4[0] = (u32) data0; data0 >>= 32; ptr_out += 4;}
97 * offset = offset + (prolog & 7);
104 * prolog = prolog >> 3
182 #define prolog R15 \/* bytes in prolog *\/ define
224 prolog = sub(#0, ptr_out); define
252 prolog = and(prolog, #31); define
263 prolog = lsr(prolog, #3); define
    [all...]
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_iterate.h 41 (* prolog)( member in struct:tgsi_iterate_context
tgsi_iterate.c 43 if (ctx->prolog)
44 if (!ctx->prolog( ctx ))
  /hardware/ti/omap3/dspbridge/libbridge/
Android.mk 20 LOCAL_CFLAGS += -pipe -fomit-frame-pointer -Wall -Wno-trigraphs -Werror-implicit-function-declaration -fno-strict-aliasing -mapcs -mno-sched-prolog -mabi=aapcs-linux -mno-thumb-interwork -msoft-float -Uarm -DMODULE -D__LINUX_ARM_ARCH__=7 -fno-common -DLINUX -DOMAP_3430 -fpic
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/x86/
vp9_subpixel_bilinear_sse2.asm 141 ; end prolog
166 ; end prolog
192 ; end prolog
219 ; end prolog
244 ; end prolog
270 ; end prolog
297 ; end prolog
323 ; end prolog
350 ; end prolog
377 ; end prolog
    [all...]
vp9_subpixel_bilinear_ssse3.asm 119 ; end prolog
144 ; end prolog
170 ; end prolog
196 ; end prolog
221 ; end prolog
247 ; end prolog
273 ; end prolog
299 ; end prolog
326 ; end prolog
352 ; end prolog
    [all...]
  /external/libvpx/libvpx/vp9/common/x86/
vp9_subpixel_bilinear_sse2.asm 141 ; end prolog
166 ; end prolog
192 ; end prolog
219 ; end prolog
244 ; end prolog
270 ; end prolog
297 ; end prolog
323 ; end prolog
350 ; end prolog
377 ; end prolog
    [all...]
vp9_subpixel_bilinear_ssse3.asm 119 ; end prolog
144 ; end prolog
170 ; end prolog
196 ; end prolog
221 ; end prolog
247 ; end prolog
273 ; end prolog
299 ; end prolog
326 ; end prolog
352 ; end prolog
    [all...]

Completed in 537 milliseconds

1 2 3 4 5 6 7 8 910