Home
last modified time | relevance | path

Searched +defs:c +defs:sf +defs:s (Results 1 – 16 of 16) sorted by relevance

/external/conscrypt/openjdk-integ-tests/src/test/java/libcore/javax/net/ssl/
DSSLSocketTest.java158 SSLSocketFactory sf = (SSLSocketFactory) SSLSocketFactory.getDefault(); in test_SSLSocket_getSupportedCipherSuites_returnsCopies() local
202 TestSSLContext c = TestSSLContext.newBuilder() in test_SSLSocket_getSupportedCipherSuites_connect() local
284 SSLSocketFactory sf = (SSLSocketFactory) SSLSocketFactory.getDefault(); in test_SSLSocket_getEnabledCipherSuites_returnsCopies() local
291 SSLSocketFactory sf = (SSLSocketFactory) SSLSocketFactory.getDefault(); in test_SSLSocket_setEnabledCipherSuites_storesCopy() local
302 SSLSocketFactory sf = (SSLSocketFactory) SSLSocketFactory.getDefault(); in test_SSLSocket_setEnabledCipherSuites() local
333 SSLSocketFactory sf = (SSLSocketFactory) SSLSocketFactory.getDefault(); in test_SSLSocket_getSupportedProtocols_returnsCopies() local
340 SSLSocketFactory sf = (SSLSocketFactory) SSLSocketFactory.getDefault(); in test_SSLSocket_getEnabledProtocols_returnsCopies() local
347 SSLSocketFactory sf = (SSLSocketFactory) SSLSocketFactory.getDefault(); in test_SSLSocket_setEnabledProtocols_storesCopy() local
358 SSLSocketFactory sf = (SSLSocketFactory) SSLSocketFactory.getDefault(); in test_SSLSocket_setEnabledProtocols() local
401 SSLSocketFactory sf = (SSLSocketFactory) SSLSocketFactory.getDefault(); in test_SSLSocket_getSession() local
[all …]
/external/skia/tests/
DSkBlend_optsTest.cpp24 s = Sk4f_fromS32( src); in srcover_srgb_srgb_1() local
99 for (int c = 0; c < 256; c++) { in DEF_TEST() local
102 Sk4f s = ii.sqrt() + 0.5f; in DEF_TEST() local
103 Sk4f sf = s.floor(); in DEF_TEST() local
/external/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_formats.c71 #define SF(c, pf, sf, r, g, b, a, t0, t1, t2, t3, sz, u) \ argument
86 #define C4(c, p, n, r, g, b, a, t, s, u) \ argument
89 #define ZX(c, p, n, r, g, b, a, t, s, u) \ argument
92 #define ZS(c, p, n, r, g, b, a, t, s, u) \ argument
95 #define SZ(c, p, n, r, g, b, a, t, s, u) \ argument
98 #define SX(c, p, r, s, u) \ argument
102 #define F3(c, p, n, r, g, b, a, t, s, u) \ argument
104 #define I3(c, p, n, r, g, b, a, t, s, u) \ argument
107 #define F2(c, p, n, r, g, b, a, t, s, u) \ argument
109 #define I2(c, p, n, r, g, b, a, t, s, u) \ argument
[all …]
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_target_nv50.cpp174 for (int s = 0; s < 3; ++s) { in initOpInfo() local
242 for (int c = 0; c < sym->reg.data.sv.index; ++c) in getSVAddress() local
269 TargetNV50::insnCanLoad(const Instruction *i, int s, in insnCanLoad()
272 DataFile sf = ld->src(0).getFile(); in insnCanLoad() local
391 TargetNV50::insnCanLoadOffset(const Instruction *i, int s, int offset) const in insnCanLoadOffset()
453 TargetNV50::isModSupported(const Instruction *insn, int s, Modifier mod) const in isModSupported()
493 for (int s = 0; insn->srcExists(s); ++s) in mayPredicate() local
/external/lzma/C/
DPpmd7.c310 CPpmd_State *s = &p->FoundState[i]; in RestartModel() local
328 CPpmd_See *s = &p->See[i][k]; in RestartModel() local
346 CTX_PTR c = p->MinContext; in CreateSuccessors() local
357 CPpmd_State *s; in CreateSuccessors() local
384 CPpmd_State *s; in CreateSuccessors() local
426 CTX_PTR c; in UpdateModel() local
435 CPpmd_State *s = ONE_STATE(c); in UpdateModel() local
441 CPpmd_State *s = STATS(c); in UpdateModel() local
508 UInt32 cf, sf; in UpdateModel() local
535 CPpmd_State *s = (CPpmd_State*)AllocUnits(p, 0); in UpdateModel() local
[all …]
/external/svox/pico/lib/
Dpicoos.c112 picoos_int32 picoos_atoi(const picoos_char *s) in picoos_atoi()
131 picoos_uint32 picoos_strlen(const picoos_char *s) in picoos_strlen()
136 picoos_char *picoos_strchr(const picoos_char *s, picoos_char c) in picoos_strchr()
142 picoos_char *picoos_strstr(const picoos_char *s, const picoos_char * substr) in picoos_strstr()
159 picoos_char *picoos_strcpy(picoos_char *d, const picoos_char *s) in picoos_strcpy()
165 picoos_char *picoos_strcat(picoos_char *d, const picoos_char *s) in picoos_strcat()
512 MemCellHdr c, c2, c2r; in picoos_allocate() local
562 MemCellHdr c; in picoos_deallocate() local
1417 picoos_uint32 sf; member
1435 static picoos_bool picoos_readWavHeader(picoos_File f, picoos_uint32 * sf, in picoos_readWavHeader()
[all …]
/external/libcap-ng/libcap-ng-0.7/utils/
Dnetcap.c58 FILE *sf; in collect_process_info() local
162 char line[256], ln[256], *s, *e; in collect_process_info() local
373 char *c; in get_interface() local
/external/mesa3d/src/gallium/drivers/vc4/
Dvc4_qir.h202 bool sf; member
415 nir_shader *s; member
619 qir_uniform_ui(struct vc4_compile *c, uint32_t ui) in qir_uniform_ui()
625 qir_uniform_f(struct vc4_compile *c, float f) in qir_uniform_f()
757 qir_UNPACK_8_F(struct vc4_compile *c, struct qreg src, int i) in qir_UNPACK_8_F()
765 qir_UNPACK_8_I(struct vc4_compile *c, struct qreg src, int i) in qir_UNPACK_8_I()
773 qir_UNPACK_16_F(struct vc4_compile *c, struct qreg src, int i) in qir_UNPACK_16_F()
781 qir_UNPACK_16_I(struct vc4_compile *c, struct qreg src, int i) in qir_UNPACK_16_I()
789 qir_PACK_8_F(struct vc4_compile *c, struct qreg dest, struct qreg val, int chan) in qir_PACK_8_F()
797 qir_PACK_8888_F(struct vc4_compile *c, struct qreg val) in qir_PACK_8888_F()
[all …]
/external/valgrind/perf/
Dtinycc.c2174 CValue c; /* constant, if VT_CONST */ member
2182 long c; /* associated number */ member
5640 void g(int c) in g()
5650 void o(unsigned int c) in o()
5658 void gen_le32(int c) in gen_le32()
5688 static int oad(int c, int s) in oad()
5703 static void gen_addr32(int r, Sym *sym, int c) in gen_addr32()
5712 static void gen_modrm(int op_reg, int r, Sym *sym, int c) in gen_modrm()
6158 int r, fr, opc, c; in gen_opi() local
6650 static char *pstrcpy(char *buf, int buf_size, const char *s) in pstrcpy()
[all …]
/external/javasqlite/src/main/native/
Dsqlite_jni.c92 void *sf; /* SQLite function handle */ member
1538 char *s = sqlite3_vmprintf(sqlstr.result, (char *) cargv); in Java_SQLite_Database__1exec__Ljava_lang_String_2LSQLite_Callback_2_3Ljava_lang_String_2() local
1703 call_common(sqlite_func *sf, int isstep, int nargs, const char **args) in call_common()
1745 call_func(sqlite_func *sf, int nargs, const char **args) in call_func()
1751 call_step(sqlite_func *sf, int nargs, const char **args) in call_step()
1757 call_final(sqlite_func *sf) in call_final()
1779 call3_common(sqlite3_context *sf, int isstep, int nargs, sqlite3_value **args) in call3_common()
1822 call3_func(sqlite3_context *sf, int nargs, sqlite3_value **args) in call3_func()
1828 call3_step(sqlite3_context *sf, int nargs, sqlite3_value **args) in call3_step()
1834 call3_final(sqlite3_context *sf) in call3_final()
[all …]
/external/valgrind/exp-sgcheck/
Dsg_main.c276 Word c = StackBlock__cmp(pR0,pR1); in StackBlocks__find_and_dealloc__or_add() local
1328 static void initialise_II_hash_table ( StackFrame* sf ) in initialise_II_hash_table()
1341 static void resize_II_hash_table ( StackFrame* sf ) in resize_II_hash_table()
1398 StackFrame* sf, in find_or_create_IInstance_SLOW()
1455 StackFrame* sf, in find_or_create_IInstance()
1890 UWord s = VG_(sizeFM)( siTrees[tid] ); in shadowStack_new_frame() local
2477 StackFrame* sf; in shadowStack_set_initial_SP() local
/external/libvpx/libvpx/vp9/encoder/
Dvp9_encodeframe.c384 static void fill_variance(int64_t s2, int64_t s, int c, var *v) { in fill_variance()
574 SPEED_FEATURES *const sf = &cpi->sf; in vp9_set_variance_partition_thresholds() local
608 static int compute_minmax_8x8(const uint8_t *s, int sp, const uint8_t *d, in compute_minmax_8x8()
643 static void fill_variance_4x4avg(const uint8_t *s, int sp, const uint8_t *d, in fill_variance_4x4avg()
679 static void fill_variance_8x8avg(const uint8_t *s, int sp, const uint8_t *d, in fill_variance_8x8avg()
1057 uint8_t *s; in choose_partitioning() local
2000 int r, c; in set_partial_b64x64_partition() local
2997 int r, c; in rd_pick_partition() local
3092 int r, c; in rd_pick_partition() local
3328 SPEED_FEATURES *const sf = &cpi->sf; in encode_rd_sb_row() local
[all …]
Dvp9_rdopt.c383 int c; in cost_coeffs() local
414 int c; in cost_coeffs() local
482 int r, c; in pixel_sse() local
521 int r, c; in sum_squares_visible() local
839 int r[TX_SIZES][2], s[TX_SIZES]; in choose_tx_size_from_rd() local
1252 int this_rate, this_rate_tokenonly, s; in rd_pick_intra_sby_mode() local
1358 int this_rate_tokenonly, this_rate, s; in rd_pick_intra_sbuv_mode() local
1517 const struct scale_factors *sf = &xd->block_refs[ref]->sf; in encode_inter_mb_segment() local
1720 struct scale_factors sf; in joint_motion_search() local
1888 SPEED_FEATURES *const sf = &cpi->sf; in rd_pick_best_sub8x8_mode() local
[all …]
Dvp9_mcomp.c161 static INLINE const uint8_t *pre(const uint8_t *buf, int stride, int r, int c) { in pre()
167 #define CHECK_BETTER(v, r, c) \ argument
195 #define CHECK_BETTER(v, r, c) \ argument
870 int i, s, t; in vp9_pattern_search() local
1040 int i, s, t; in vp9_pattern_search_sad() local
1499 int r, c, i; in exhuastive_mesh_search() local
1992 const SPEED_FEATURES *const sf = &cpi->sf; in full_pixel_exhaustive() local
2046 int r, c; in vp9_full_search_sad_c() local
2097 int c = col_min; in vp9_full_search_sadx3() local
2163 int c = col_min; in vp9_full_search_sadx8() local
[all …]
/external/v8/tools/profviz/
Dgnuplot-4.6.3-emscripten.js1967 function _snprintf(s, n, format, varargs) { argument
1984 }function _sprintf(s, format, varargs) { argument
2326 function _fputs(s, stream) { argument
2388 }function _fgets(s, n, stream) { argument
2417 function _fputc(c, stream) { argument
2437 function _puts(s) { argument
2472 }function _perror(s) { argument
2758 function _tmpnam(s, dir, prefix) { argument
3147 }function _sscanf(s, format, varargs) { argument
3157 function _putchar(c) { argument
[all …]
/external/toybox/generated/
Dglobals.h33 } s; member
72 struct arg_list *c; member
81 char c[64]; member
133 char *s; member
134 char *c; member
164 char *s; member
366 struct statfs sf; member
401 char *s; member
410 long s; member
413 long c; member
[all …]