Home
last modified time | relevance | path

Searched refs:NF (Results 1 – 25 of 697) sorted by relevance

12345678910>>...28

/third_party/icu/icu4j/tools/build/
Dicu4j62.api3.gz12;ICU4J 62.1;; 2ST@3.6;PB;NS;NF;NS; ...
Dicu4j61.api3.gz
Dicu4j60.api3.gz12;ICU4J 60.1;; 2ST@3.6;PB;NS;NF;NS; ...
Dicu4j69.api3.gz
Dicu4j68.api3.gz
Dicu4j67.api3.gz
Dicu4j65.api3.gz12;ICU4J 65.1;; 2ST@3.6;PB;NS;NF;NS; ...
Dicu4j66.api3.gz12;ICU4J 66.1;; 2ST@3.6;PB;NS;NF;NS; ...
Dicu4j64.api3.gz12;ICU4J 64.2;; 2ST@3.6;PB;NS;NF;NS; ...
Dicu4j63.api3.gz
/third_party/gstreamer/gstplugins_good/gst/rtp/
Dgstrtpac3pay.c241 guint avail, FT, NF, mtu; in gst_rtp_ac3_pay_flush() local
256 NF = rtpac3pay->NF; in gst_rtp_ac3_pay_flush()
298 NF = (avail + maxlen - 1) / maxlen; in gst_rtp_ac3_pay_flush()
319 GST_LOG_OBJECT (rtpac3pay, "FT %u, NF %u", FT, NF); in gst_rtp_ac3_pay_flush()
322 payload[1] = NF; in gst_rtp_ac3_pay_flush()
353 gsize avail, left, NF; in gst_rtp_ac3_pay_handle_buffer() local
371 NF = 0; in gst_rtp_ac3_pay_handle_buffer()
399 NF++; in gst_rtp_ac3_pay_handle_buffer()
401 NF, frame_size); in gst_rtp_ac3_pay_handle_buffer()
407 if (NF == 0) in gst_rtp_ac3_pay_handle_buffer()
[all …]
Dgstrtpac3depay.c136 guint16 FT, NF; in gst_rtp_ac3_depay_process() local
154 NF = payload[1]; in gst_rtp_ac3_depay_process()
156 GST_DEBUG_OBJECT (rtpac3depay, "FT: %d, NF: %d", FT, NF); in gst_rtp_ac3_depay_process()
/third_party/flutter/skia/third_party/externals/libpng/scripts/
Doptions.awk158 $1 == "deb" && $2 == "=" && NF == 3{
204 if (NF > 1) {
215 $1 == "version" && NF == 1{
231 $1 == "file" && NF >= 2{
234 if (NF >= 3)
260 $1 == "option" && NF >= 2{
282 for (i=istart; i<=NF; ++i) {
326 } while (i > NF && $0 ~ /,$/)
328 if (i > NF) {
348 pre != 0 && $1 == "chunk" && NF >= 2{
[all …]
Dchecksym.awk37 FILENAME==master && NF==2 && $2~/^@/ && $1!~/^;/ {
50 FILENAME==master && $1==";missing" && NF==2{
70 NF==2 && $1 == ";" && $2 ~ /^@[1-9][0-9]*$/ { # last ordinal
80 NF==3 && $1 == ";" && $3 ~ /^@[1-9][0-9]*$/ { # removed symbol
91 NF==2 && $2 ~ /^@[1-9][0-9]*$/ { # exported symbol
/third_party/skia/third_party/externals/libpng/scripts/
Doptions.awk158 $1 == "deb" && $2 == "=" && NF == 3{
204 if (NF > 1) {
215 $1 == "version" && NF == 1{
231 $1 == "file" && NF >= 2{
234 if (NF >= 3)
260 $1 == "option" && NF >= 2{
282 for (i=istart; i<=NF; ++i) {
326 } while (i > NF && $0 ~ /,$/)
328 if (i > NF) {
348 pre != 0 && $1 == "chunk" && NF >= 2{
[all …]
Dchecksym.awk37 FILENAME==master && NF==2 && $2~/^@/ && $1!~/^;/ {
50 FILENAME==master && $1==";missing" && NF==2{
70 NF==2 && $1 == ";" && $2 ~ /^@[1-9][0-9]*$/ { # last ordinal
80 NF==3 && $1 == ";" && $3 ~ /^@[1-9][0-9]*$/ { # removed symbol
91 NF==2 && $2 ~ /^@[1-9][0-9]*$/ { # exported symbol
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DDeadArgumentElimination.cpp167 Function *NF = Function::Create(NFTy, Fn.getLinkage(), Fn.getAddressSpace()); in DeleteDeadVarargs() local
168 NF->copyAttributesFrom(&Fn); in DeleteDeadVarargs()
169 NF->setComdat(Fn.getComdat()); in DeleteDeadVarargs()
170 Fn.getParent()->getFunctionList().insert(Fn.getIterator(), NF); in DeleteDeadVarargs()
171 NF->takeName(&Fn); in DeleteDeadVarargs()
201 NewCS = InvokeInst::Create(NF, II->getNormalDest(), II->getUnwindDest(), in DeleteDeadVarargs()
204 NewCS = CallInst::Create(NF, Args, OpBundles, "", Call); in DeleteDeadVarargs()
230 NF->getBasicBlockList().splice(NF->begin(), Fn.getBasicBlockList()); in DeleteDeadVarargs()
236 I2 = NF->arg_begin(); I != E; ++I, ++I2) { in DeleteDeadVarargs()
246 NF->addMetadata(MD.first, *MD.second); in DeleteDeadVarargs()
[all …]
DArgumentPromotion.cpp219 Function *NF = Function::Create(NFTy, F->getLinkage(), F->getAddressSpace(), in doPromotion() local
221 NF->copyAttributesFrom(F); in doPromotion()
224 NF->setSubprogram(F->getSubprogram()); in doPromotion()
227 LLVM_DEBUG(dbgs() << "ARG PROMOTION: Promoting to:" << *NF << "\n" in doPromotion()
232 NF->setAttributes(AttributeList::get(F->getContext(), PAL.getFnAttributes(), in doPromotion()
236 F->getParent()->getFunctionList().insert(F->getIterator(), NF); in doPromotion()
237 NF->takeName(F); in doPromotion()
330 NewCS = InvokeInst::Create(NF, II->getNormalDest(), II->getUnwindDest(), in doPromotion()
333 auto *NewCall = CallInst::Create(NF, Args, OpBundles, "", Call); in doPromotion()
367 NF->getBasicBlockList().splice(NF->begin(), F->getBasicBlockList()); in doPromotion()
[all …]
/third_party/ltp/tools/
Dcreate_valgrind_check.awk26 NF && ! /^#/ {
30 for (i = 2; i <= NF; i++) {
37 for (i = 2; i <= NF; i++) {
Dcreate_dmesg_entries_for_each_test.awk25 NF && ! /^#/ {
27 for (i = 2; i <= NF; i++) {
Dcreate_kernel_faults_in_loops_and_probability.awk25 NF && ! /^#/ {
32 for (j = 2; j <= NF; j++) {
/third_party/tzdata/
Dchecktab.awk15 if (NF != 2) {
56 if (NF != 3 && NF != 4) {
Dtzselect.ksh383 { print $NF }
392 $NF == region { print $4 }
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/translit/
DgenIndexFilters.bat85 # Look for lines that are aliases with NF*
86 if (/^([^:]+):alias:(\[.+?);\s*((NF[^\s]*?)\s*;.+)$/i) {
93 # If it comes before NF* then adjust accordingly
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DCloneModule.cpp76 Function *NF = in CloneModule() local
79 NF->copyAttributesFrom(&I); in CloneModule()
80 VMap[&I] = NF; in CloneModule()

12345678910>>...28