HomeSort by relevance Sort by last modified time
    Searched refs:TEMP (Results 76 - 98 of 98) sorted by null

1 2 34

  /external/iproute2/examples/
gaiconf 52 TEMP=`getopt -o c::dlv -l config::,default,list,verbose -n gaiconf -- "$@"`
61 eval set -- "$TEMP"
  /external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
sctp_sha1.c 124 ctx->TEMP = 0;
157 ctx->TEMP = ((CSHIFT(5, ctx->A)) +
163 ctx->TEMP = ((CSHIFT(5, ctx->A)) +
169 ctx->TEMP = ((CSHIFT(5, ctx->A)) +
175 ctx->TEMP = ((CSHIFT(5, ctx->A)) +
185 ctx->A = ctx->TEMP;
  /external/chromium_org/base/
sha1_portable.cc 182 uint32 TEMP = S(5, A) + f(t, B, C, D) + E + W[t] + K(t);
187 A = TEMP;
  /external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/program/
program_parse.tab.h 48 TEMP = 266,
156 #define TEMP 266
program_parse.tab.c 233 TEMP = 266,
341 #define TEMP 266
5834 void *temp; local
5900 struct asm_instruction *const temp = inst->next; local
    [all...]
  /external/fio/crc/
sha1.c 105 unsigned int TEMP = input(t); setW(t, TEMP); \
106 E += TEMP + SHA_ROL(A,5) + (fn) + (constant); \
  /external/chromium_org/tools/python/google/
httpd_utils.py 68 they'll be placed in the system's temp dir (e.g., $TEMP or /tmp).
  /external/chromium_org/sdch/open-vcdiff/vsprojects/
vcdiff_test.bat 39 set DELTA_FILE=%TEMP%\configure.ac.vcdiff
40 set OUTPUT_TARGET_FILE=%TEMP%\configure.ac.output
165 encode -dictionary %TEMP%\nonexistent_file ^
175 -target %TEMP%\nonexistent_file ^
183 -delta %TEMP%\nonexistent_file ^
  /external/ltrace/testsuite/lib/
ltrace.exp 263 catch {set tmpdir $::env(TEMP)}
370 # suffix Suffix of the temp file to be created.
  /prebuilts/devtools/tools/
android.bat 46 rem Copy android.bat and its required libs to a temp dir.
49 set tmp_dir=%TEMP%\temp-android-tool
  /external/chromium_org/third_party/mesa/src/src/mesa/program/
program_lexer.l 184 TEMP { yylval->integer = at_temp; return TEMP; }
program_parse.y 159 %token <integer> TEMP
    [all...]
  /external/chromium_org/third_party/sqlite/src/test/
fuzz_common.tcl 331 {CREATE TEMP TABLE [Identifier]([Identifier] [Coltype])}
  /external/mesa3d/src/mesa/program/
program_lexer.l 184 TEMP { yylval->integer = at_temp; return TEMP; }
program_parse.y 159 %token <integer> TEMP
    [all...]
  /external/libpcap/msdos/
makefile 75 -I$(WATT_INC) -I. -I.\msdos\pm_drvr -H=$(TEMP)\bcc.sym
  /external/chromium_org/third_party/sqlite/src/tool/
spaceanal.tcl 68 CREATE VIRTUAL TABLE temp.stat USING dbstat;
69 CREATE TEMP TABLE dbstat AS SELECT * FROM temp.stat ORDER BY name, path;
70 DROP TABLE temp.stat;
105 FROM temp.dbstat WHERE name = $name
116 SELECT pageno FROM temp.dbstat WHERE name = $name ORDER BY rowid
  /external/chromium_org/third_party/sqlite/src/src/
parse.y 145 create_table ::= createkw temp(T) TABLE ifnotexists(E) nm(Y) dbnm(Z). {
155 %type temp {int}
157 temp(A) ::= TEMP. {A = 1;}
159 temp(A) ::= . {A = 0;}
201 SAVEPOINT TEMP TRIGGER VACUUM VIEW VIRTUAL
386 cmd ::= createkw(X) temp(T) VIEW ifnotexists(E) nm(Y) dbnm(Z) AS select(S). {
    [all...]
  /external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
lex.yy.c     [all...]
  /external/chromium_org/third_party/tcmalloc/chromium/src/
pprof     [all...]
  /external/jemalloc/bin/
pprof     [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/
pprof     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.pde.core_3.6.1.v20100902_r361.jar 

Completed in 1883 milliseconds

1 2 34