Home
last modified time | relevance | path

Searched defs:nn (Results 1 – 25 of 93) sorted by relevance

1234

/third_party/gn/src/gn/
Dstring_output_buffer.cc19 for (size_t nn = 0; nn < pages_.size(); ++nn) { in str() local
71 for (size_t nn = 0; nn < page_count; ++nn) { in ContentsEqual() local
102 for (size_t nn = 0; nn < page_count; ++nn) { in WriteToFile() local
Dstring_atom_unittest.cc141 for (size_t nn = 0; nn < kMaxCount; ++nn) { in TEST() local
145 for (size_t nn = 0; nn < kMaxCount; ++nn) { in TEST() local
/third_party/skia/third_party/externals/dng_sdk/source/
Ddng_rational.h45 dng_srational (int32 nn, int32 dd) in dng_srational()
104 dng_urational (uint32 nn, uint32 dd) in dng_urational()
/third_party/skia/third_party/externals/freetype/src/base/
Dftadvanc.c32 FT_UInt nn; in _ft_face_scale_advances() local
122 FT_UInt num, end, nn; in FT_Get_Advances() local
/third_party/openssl/crypto/lhash/
Dlhash.c89 OPENSSL_LH_NODE *n, *nn; in OPENSSL_LH_flush() local
110 OPENSSL_LH_NODE *nn, **rn; in OPENSSL_LH_insert() local
140 OPENSSL_LH_NODE *nn, **rn; in OPENSSL_LH_delete() local
294 unsigned long hash, nn; in getrn() local
/third_party/node/deps/openssl/openssl/crypto/lhash/
Dlhash.c89 OPENSSL_LH_NODE *n, *nn; in OPENSSL_LH_flush() local
110 OPENSSL_LH_NODE *nn, **rn; in OPENSSL_LH_insert() local
140 OPENSSL_LH_NODE *nn, **rn; in OPENSSL_LH_delete() local
294 unsigned long hash, nn; in getrn() local
/third_party/typescript/tests/cases/conformance/classes/classStaticBlock/
DclassStaticBlock23.ts16 for await (const nn of nums) { constant
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/3.7/nullish_coalescing/
Dnullish_coalescing_1.ts24 let nn: number | null; variable
/third_party/typescript/tests/baselines/reference/
Dmultivar.js30 var nn; variable
76 var nn; variable
DpropertyAccess.js90 var nn = strIndex[10]; variable
91 var nn: Compass; variable
245 var nn; variable
Dvardecl.js89 var nn; variable
154 var nn; variable
/third_party/ffmpeg/libavfilter/
Dvf_nnedi.c297 static int filter_offset(int nn, const PredictorCoefficients *const model) in filter_offset()
302 static const float *softmax_q1_filter(int nn, in softmax_q1_filter()
308 static const float *elliott_q1_filter(int nn, in elliott_q1_filter()
314 static const float *softmax_q2_filter(int nn, in softmax_q2_filter()
320 static const float *elliott_q2_filter(int nn, in elliott_q2_filter()
415 for (int nn = 0; nn < nns; nn++) in predictor() local
418 for (int nn = 0; nn < nns; nn++) in predictor() local
425 for (int nn = 0; nn < nns; nn++) in predictor() local
428 for (int nn = 0; nn < nns; nn++) in predictor() local
903 for (int nn = 0; nn < nns; nn++) { in subtract_mean_predictor() local
[all …]
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/2.1/keyof_and_lookup_types/
Dkeyof_and_lookup_types_1.ts37 let nn: TestName = { variable
/third_party/skia/third_party/externals/freetype/src/truetype/
Dttpload.c526 FT_UInt nn, num_records; in tt_face_load_hdmx() local
622 FT_UInt nn; in tt_face_get_device_metrics() local
/third_party/skia/third_party/externals/freetype/src/tools/
Dapinames.c69 int nn, len; in names_add() local
139 int nn; in names_dump() local
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DRBNFChinesePostProcessor.java101 int nn = buf.lastIndexOf(ling, x); in process() local
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DRBNFChinesePostProcessor.java102 int nn = buf.lastIndexOf(ling, x); in process() local
/third_party/skia/third_party/externals/icu/source/data/rbnf/
DLOCALE_DEPS.json29 "nn": "no", string
/third_party/icu/icu4c/source/data/rbnf/
DLOCALE_DEPS.json29 "nn": "no", string
/third_party/typescript/tests/cases/conformance/expressions/propertyAccess/
DpropertyAccess.ts89 var nn = strIndex[10]; variable
90 var nn: Compass; variable
/third_party/skia/third_party/externals/freetype/src/autofit/
Dafglobal.c269 FT_Long nn; in af_face_globals_compute_style_coverage() local
383 FT_UInt nn; in af_face_globals_free() local
/third_party/skia/third_party/externals/icu/source/data/coll/
DLOCALE_DEPS.json37 "nn": "no" string
/third_party/icu/icu4c/source/data/coll/
DLOCALE_DEPS.json37 "nn": "no" string
/third_party/toybox/toys/other/
Dstat.c155 struct {unsigned num; char *name;} nn[] = { in print_statfs() local
/third_party/typescript/tests/cases/compiler/
Dmultivar.ts29 var nn; variable

1234