HomeSort by relevance Sort by last modified time
    Searched full:decr (Results 26 - 50 of 93) sorted by null

12 3 4

  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/tests/
elfmanysym.asm 33 decr: label
  /external/mesa3d/src/mesa/main/
renderbuffer.c 157 /*printf("RB DECR %p (%d) to %d\n", (void*) oldRb, oldRb->Name, oldRb->RefCount);*/
shaderobj.c 71 /*printf("SHADER DECR %p (%d) to %d\n",
arrayobj.c 145 printf("ArrayObj %p %d DECR to %d\n",
shaderapi.c 316 /* effectively, decr shProg's refcount */
334 /* effectively, decr sh's refcount */
    [all...]
  /external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
sctp_var.h 338 stcb->asoc.fslog[stcb->asoc.fs_index].decr = 1; \
359 stcb->asoc.fslog[stcb->asoc.fs_index].decr = 0; \
sctp_cc_functions.c 633 * INC | DECR | return 0
639 * SAME | DECR | return 0
641 * DECR | INC | return 0 or 1 based on if we caused.
643 * DECR | SAME | return 0
645 * DECR | DECR | return 0
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/tools/re2c/
re2c.1 223 #define DECR 268
405 "--" { RET(DECR); }
  /ndk/sources/host-tools/nawk-20071023/
lex.c 272 input(); yylval.i = DECR; RET(DECR);
awkgram.y 91 %right DECR INCR
368 | DECR var { $$ = op1(PREDECR, $2); }
370 | var DECR { $$ = op1(POSTDECR, $1); }
  /external/openfst/src/include/fst/
accumulator.h 140 int DecrRefCount() { return ref_count_.Decr(); }
381 int DecrRefCount() { return ref_count_.Decr(); }
639 int DecrRefCount() { return ref_count_.Decr(); }
encode.h 177 int DecrRefCount() { return ref_count_.Decr(); }
symbol-table.h 153 return ref_count_.Decr();
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
shaderobj.c 71 /*printf("SHADER DECR %p (%d) to %d\n",
arrayobj.c 145 printf("ArrayObj %p %d DECR to %d\n",
shaderapi.c 316 /* effectively, decr shProg's refcount */
334 /* effectively, decr sh's refcount */
    [all...]
  /external/chromium_org/third_party/skia/src/gpu/
GrDefaultPathRenderer.cpp 60 // when we don't have wrap incr and decr we use the stencil test to simulate
  /external/skia/src/gpu/
GrDefaultPathRenderer.cpp 60 // when we don't have wrap incr and decr we use the stencil test to simulate
  /system/core/include/sysutils/
List.h 135 * Incr/decr, used to move through the list.
  /system/core/include/utils/
List.h 134 * Incr/decr, used to move through the list.
  /system/netd/server/
List.h 135 * Incr/decr, used to move through the list.
  /packages/apps/Camera/res/values-pt-rPT/
strings.xml 38 <string name="pref_camera_timer_title" msgid="3105232208281893389">"Temporizador de contagem decr."</string>
  /prebuilts/misc/common/swig/include/2.0.11/octave/
octrun.swg     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
WebGLRenderingContextBase.idl 297 const GLenum DECR = 0x1E03;
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
r500_fragprog.c 499 fprintf(stderr, "DECR");

Completed in 2513 milliseconds

12 3 4