/aosp_15_r20/external/liblc3/src/ |
H A D | bits.c | 35 static int ac_get_range_bits(const struct lc3_bits_ac *ac) in ac_get_range_bits() 49 static int ac_get_pending_bits(const struct lc3_bits_ac *ac) in ac_get_pending_bits() 64 const struct lc3_bits_ac *ac = &bits->ac; in get_bits_left() local 99 struct lc3_bits_ac *ac = &bits->ac; in lc3_setup_bits() local 124 const struct lc3_bits_ac *ac = &bits->ac; in lc3_check_bits() local 171 struct lc3_bits_ac *ac, struct lc3_bits_buffer *buffer) in ac_shift() 196 static void ac_terminate(struct lc3_bits_ac *ac, in ac_terminate() 201 unsigned val = ac->low + mask; in ac_terminate() local 248 struct lc3_bits_ac *ac = &bits->ac; in lc3_flush_bits() local 290 struct lc3_bits_ac *ac = &bits->ac; in lc3_ac_write_renorm() local [all …]
|
/aosp_15_r20/external/arm-trusted-firmware/common/ |
H A D | fdt_fixup.c | 201 int ac, sc; in fdt_add_reserved_memory() local 425 void *val; in fdt_adjust_gic_redist() local 427 int ac, sc; in fdt_adjust_gic_redist() local
|
/aosp_15_r20/external/wpa_supplicant_8/src/ap/ |
H A D | wmm.c | 47 int ac; in wmm_set_regulatory_limit() local 132 struct wmm_ac_parameter *ac = &wmm->ac[e]; in hostapd_eid_wmm() local 217 u16 val, surplus; in wmm_process_tspec() local
|
/aosp_15_r20/frameworks/base/core/tests/coretests/src/android/database/sqlite/ |
H A D | SQLiteCursorTest.java | 108 int val = c.getInt(0); in testFillWindow() local 133 int val = c.getInt(0); in testFillWindow() local 169 AbstractWindowedCursor ac = (AbstractWindowedCursor) cursor; in testCustomWindowSize() local
|
/aosp_15_r20/external/trusty/arm-trusted-firmware/common/ |
D | fdt_fixup.c | 201 int ac, sc; in fdt_add_reserved_memory() local 529 void *val; in fdt_adjust_gic_redist() local 531 int ac, sc; in fdt_adjust_gic_redist() local
|
/aosp_15_r20/external/blktrace/iowatcher/ |
H A D | main.c | 780 u64 max = 0, val; in plot_tput() local 843 u64 max = 0, val; in plot_fio_tput() local 962 double val; in plot_cpu() local 997 u64 max = 0, val; in plot_queue_depth() local 1208 u64 max = 0, val; in plot_latency() local 1255 u64 max = 0, val; in plot_iops() local 1432 static int parse_options(int ac, char **av) in parse_options() 1591 int main(int ac, char **av) in main()
|
/aosp_15_r20/external/ltp/testcases/kernel/fs/ftest/ |
H A D | ftest06.c | 100 int main(int ac, char *av[]) in main() 260 #define warn(val,m1,m2) if ((val) < 0) dowarn(me,m1,m2) argument 272 int val; in crfile() local 311 int val, i; in unlfile() local 336 int val; in fussdir() local
|
H A D | ftest04.c | 84 int main(int ac, char *av[]) in main() 214 char val, val0; in dotest() local
|
H A D | ftest08.c | 91 int main(int ac, char *av[]) in main() 227 char val, val0; in dotest() local
|
H A D | ftest01.c | 98 int main(int ac, char *av[]) in main() 260 char val; in dotest() local
|
H A D | ftest05.c | 102 int main(int ac, char *av[]) in main() 261 char val; in dotest() local
|
H A D | ftest03.c | 103 int main(int ac, char *av[]) in main() 280 char val; in dotest() local
|
H A D | ftest07.c | 109 int main(int ac, char *av[]) in main() 280 char val; in dotest() local
|
/aosp_15_r20/external/llvm-libc/test/src/__support/ |
H A D | hash_test.cpp | 24 LIBC_NAMESPACE::AllocChecker ac; local 37 for (uint8_t val : values) { in TEST() local 70 for (uint8_t val : values) { in TEST() local
|
/aosp_15_r20/external/libwebsockets/lib/tls/mbedtls/wrapper/library/ |
H A D | ssl_lib.c | 879 void SSL_set_info_callback(SSL *ssl, void (*cb) (const SSL *ssl, int type, int val)) in SSL_set_info_callback() 1165 _openssl_alpn_to_mbedtls(struct alpn_ctx *ac, char ***palpn_protos) in _openssl_alpn_to_mbedtls() 1232 struct alpn_ctx *ac = arg; in SSL_CTX_set_alpn_select_cb() local 1241 struct alpn_ctx *ac = arg; in SSL_set_alpn_select_cb() local
|
/aosp_15_r20/external/ltp/testcases/kernel/syscalls/modify_ldt/ |
H A D | modify_ldt02.c | 89 int main(int ac, char **av) in main() 93 int val, pid, status; in main() local
|
/aosp_15_r20/external/toybox/kconfig/ |
H A D | conf.c | 70 tristate val; in conf_askvalue() local 493 int main(int ac, char **av) in main()
|
H A D | mconf.c | 431 tristate val; in build_conf() local 861 int main(int ac, char **av) in main()
|
/aosp_15_r20/external/clang/lib/Analysis/ |
H A D | LiveVariables.cpp | 103 LiveVariablesImpl(AnalysisDeclContext &ac, bool KillAtAssign) in LiveVariablesImpl() 196 LiveVariables::LivenessValues &val; member in __anon34dfd90e0411::TransferFunctions 442 LiveVariables::LivenessValues val, in runOnBlock() 539 LivenessValues val; in computeLiveness() local
|
/aosp_15_r20/external/mesa3d/src/amd/llvm/ |
H A D | ac_nir_to_llvm.c | 23 struct ac_llvm_context ac; member 403 LLVMValueRef temps[2], val; in emit_unpack_half_2x16() local 530 ac_build_const_int_vec(struct ac_llvm_context *ctx, LLVMTypeRef type, long long val, bool sign_exte… in ac_build_const_int_vec() 1913 LLVMValueRef val; in visit_load_global() local 1932 LLVMValueRef val; in visit_store_global() local 2636 LLVMValueRef val; in visit_var_atomic() local 3822 LLVMValueRef val = get_src(ctx, instr->src[i].src); in tex_fetch_ptrs() local 4362 bool ac_nir_translate(struct ac_llvm_context *ac, struct ac_shader_abi *abi, in ac_nir_translate() 4410 void ac_fixup_ls_hs_input_vgprs(struct ac_llvm_context *ac, struct ac_shader_abi *abi, in ac_fixup_ls_hs_input_vgprs()
|
H A D | ac_llvm_build.c | 134 LLVMValueRef ac_llvm_extract_elem(struct ac_llvm_context *ac, LLVMValueRef value, int index) in ac_llvm_extract_elem() 1418 LLVMValueRef ac_build_ddxy(struct ac_llvm_context *ctx, uint32_t mask, int idx, LLVMValueRef val) in ac_build_ddxy() 2244 LLVMValueRef val; in ac_build_isign() local 2251 static LLVMValueRef ac_eliminate_negative_zero(struct ac_llvm_context *ctx, LLVMValueRef val) in ac_eliminate_negative_zero() 2263 LLVMValueRef pos, neg, dw[2], val; in ac_build_fsign() local 2649 LLVMValueRef ac_build_alloca_undef(struct ac_llvm_context *ac, LLVMTypeRef type, const char *name) in ac_build_alloca_undef() 2670 LLVMValueRef ac_build_alloca(struct ac_llvm_context *ac, LLVMTypeRef type, const char *name) in ac_build_alloca() 2677 LLVMValueRef ac_build_alloca_init(struct ac_llvm_context *ac, LLVMValueRef val, const char *name) in ac_build_alloca_init() 2811 LLVMValueRef val; in ac_build_mbcnt_add() local
|
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/kvm/aarch64/ |
H A D | vgic_init.c | 52 uint32_t val; in v3_redist_reg_get() local 690 int main(int ac, char **av) in main()
|
/aosp_15_r20/external/coreboot/util/kconfig/ |
H A D | mconf.c | 458 tristate val; in build_conf() local 959 int main(int ac, char **av) in main()
|
/aosp_15_r20/external/libvpx/vpx_dsp/ppc/ |
H A D | intrapred_vsx.c | 457 const uint8x16_t val) { in dc_fill_predictor_8x8() 467 const uint8x16_t val) { in dc_fill_predictor_16x16() 485 const uint8x16_t val) { in dc_fill_predictor_32x32() 620 const uint8x16_t ac = in avg3() local
|
/aosp_15_r20/external/erofs-utils/lib/ |
H A D | tar.c | 271 long long val; in tarerofs_otoi() local 397 int i, bits = 0, ac = 0; in base64_decode() local
|