HomeSort by relevance Sort by last modified time
    Searched full:tmp_c (Results 1 - 3 of 3) sorted by null

  /external/libvpx/libvpx/build/make/
configure.sh 267 TMP_C="${TMPDIRx}/vpx-conf-$$-${RANDOM}.c"
273 rm -f ${TMP_C} ${TMP_H} ${TMP_O} ${TMP_X} ${TMP_ASM}
286 cat >${TMP_C}
287 log_file ${TMP_C}
288 check_cmd ${CC} ${CFLAGS} "$@" -c -o ${TMP_O} ${TMP_C}
293 cat >${TMP_C}
294 log_file ${TMP_C}
295 check_cmd ${CXX} ${CXXFLAGS} "$@" -c -o ${TMP_O} ${TMP_C}
300 cat > ${TMP_C}
301 log_file ${TMP_C}
    [all...]
  /external/clang/test/CodeGen/
builtins-x86.c 36 signed char tmp_c; local
  /external/iptables/libiptc/
libiptc.c 752 struct chain_head *test_c, *tmp_c; local
757 tmp_c =list_entry(list_start_pos,struct chain_head,list);
761 debug(" Chain:%s\n", tmp_c->name);
    [all...]

Completed in 4818 milliseconds