Searched refs:prg (Results 1 – 25 of 108) sorted by relevance
12345
/external/swiftshader/third_party/LLVM/lib/Support/ |
D | Program.cpp | 32 Program prg; in ExecuteAndWait() local 33 if (prg.Execute(path, args, envp, redirects, memoryLimit, ErrMsg)) in ExecuteAndWait() 34 return prg.Wait(path, secondsToWait, ErrMsg); in ExecuteAndWait() 46 Program prg; in ExecuteNoWait() local 47 prg.Execute(path, args, envp, redirects, memoryLimit, ErrMsg); in ExecuteNoWait()
|
/external/ltp/testcases/kernel/syscalls/eventfd2/ |
D | eventfd2_03.c | 105 static void usage(char const *prg) in usage() argument 107 fprintf(stderr, "use: %s [-h]\n", prg); in usage()
|
/external/pdfium/third_party/libopenjpeg20/ |
D | pi.c | 907 l_current_poc->prg = l_current_poc->prg1; in opj_pi_update_encode_poc_and_final() 925 l_current_poc->prg = l_current_poc->prg1; in opj_pi_update_encode_poc_and_final() 983 l_current_poc->prg = l_tcp->prg; in opj_pi_update_encode_not_poc() 1022 l_current_pi->poc.prg = l_current_poc->prg; /* Progression Order #0 */ in opj_pi_update_decode_poc() 1059 l_current_pi->poc.prg = p_tcp->prg; in opj_pi_update_decode_not_poc() 1122 switch(tcp->prg){ in opj_pi_check_next_level() 1569 prog = opj_j2k_convert_progression_order(tcp->prg); in opj_pi_create_encode() 1572 pi[pino].poc.prg = tcp->prg; in opj_pi_create_encode() 1603 switch(tcp->prg){ in opj_pi_create_encode() 1642 switch(tcp->prg){ in opj_pi_create_encode() [all …]
|
D | openjpeg.h | 333 OPJ_PROG_ORDER prg1,prg; member 904 OPJ_PROG_ORDER prg; member
|
D | j2k.h | 251 OPJ_PROG_ORDER prg; member
|
D | t2.c | 250 if (l_current_pi->poc.prg == OPJ_PROG_UNKNOWN) { in opj_t2_encode_packets() 287 if (l_current_pi->poc.prg == OPJ_PROG_UNKNOWN) { in opj_t2_encode_packets() 398 if (l_current_pi->poc.prg == OPJ_PROG_UNKNOWN) { in opj_t2_decode_packets()
|
/external/icu/icu4c/source/data/lang/ |
D | de_CH.txt | 22 prg{"Altpreussisch"}
|
D | es_419.txt | 20 prg{"prusiano antiguo"}
|
D | yi.txt | 111 prg{"פּרייסיש"}
|
D | az_Cyrl.txt | 278 prg{"прусс"}
|
D | ky.txt | 288 prg{"пруссча"}
|
D | pa.txt | 296 prg{"ਪਰੂਸ਼ੀਆ"}
|
D | chr.txt | 288 prg{"ᏡᏏᎠᏂ"}
|
D | km.txt | 283 prg{"ព្រូស៊ាន"}
|
D | kk.txt | 284 prg{"пруссия тілі"}
|
D | si.txt | 297 prg{"පෘශියන්"}
|
D | mn.txt | 292 prg{"пруссийн"}
|
D | be.txt | 309 prg{"пруская"}
|
D | hy.txt | 324 prg{"պրուսերեն"}
|
D | my.txt | 309 prg{"ပရူရှန်"}
|
D | am.txt | 361 prg{"ፐሩሳንኛ"}
|
D | ur.txt | 309 prg{"پارسی"}
|
D | ka.txt | 358 prg{"პრუსიული"}
|
/external/clang/tools/scan-build-py/tests/functional/src/build/ |
D | Makefile | 6 PROGRAM = $(OBJDIR)/prg
|
/external/icu/icu4c/source/data/misc/ |
D | plurals.txt | 139 prg{"set14"} 271 prg{"set36"}
|
12345