/aosp_15_r20/external/libcups/cups/ |
H A D | dest.c | 98 cups_dest_t *dests; /* lpoptions destinations */ member 128 cups_dest_t *dests; /* Destinations */ member 259 cups_dest_t **dests) /* IO - Destinations */ in cupsAddDest() 806 cups_dest_t **dests) /* IO - Destination array */ in cupsCopyDest() 1027 cups_dest_t *dests) /* I - Destinations */ in cupsFreeDests() 1059 cups_dest_t *dests) /* I - Destinations */ in cupsGetDest() 1348 cups_dest_t **dests, /* IO - Destinations */ in _cupsGetDests() 1621 cupsGetDests(cups_dest_t **dests) /* O - Destinations */ in cupsGetDests() 1652 cups_dest_t **dests) /* O - Destinations */ in cupsGetDests2() 1931 cups_dest_t **dests) /* IO - Destinations */ in cupsRemoveDest() [all …]
|
H A D | testgetdests.c | 26 cups_dest_t *dests; /* Destinations */ in main() local
|
H A D | testcups.c | 42 cups_dest_t *dests, /* Destinations */ in main() local
|
H A D | testdest.c | 53 cups_dest_t *dests; /* Destinations */ in main() local
|
/aosp_15_r20/external/libcups/systemv/ |
H A D | lpstat.c | 51 cups_dest_t *dests; /* User destinations */ in main() local 514 cups_dest_t **dests) /* IO - Destinations */ in check_dest() 676 cups_dest_t *dests) /* I - User-defined destinations */ in show_accepting() 852 show_classes(const char *dests) /* I - Destinations */ in show_classes() 1117 cups_dest_t *dests) /* I - User-defined destinations */ in show_devices() 1283 show_jobs(const char *dests, /* I - Destinations */ in show_jobs() 1515 cups_dest_t *dests, /* I - User-defined destinations */ in show_printers()
|
H A D | cancel.c | 37 cups_dest_t *dests; /* Destinations */ in main() local
|
H A D | lpmove.c | 40 cups_dest_t *dests; /* Destinations */ in main() local
|
H A D | lpoptions.c | 41 cups_dest_t *dests; /* Destinations */ in main() local
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/vc4/ |
H A D | vc4_nir_lower_io.c | 197 nir_def *dests[4]; in vc4_nir_lower_vertex_attr() local 283 nir_def *dests[4]; in vc4_nir_lower_uniform() local
|
/aosp_15_r20/external/mesa3d/src/asahi/compiler/ |
H A D | agx_opcodes.py | 13 def __init__(self, name, dests, srcs, imms, is_float, can_eliminate, argument 49 def op(name, encoding_32, dests = 1, srcs = 0, imms = [], is_float = False, argument
|
H A D | agx_compile.c | 436 agx_emit_split(agx_builder *b, agx_index *dests, agx_index vec, unsigned n) in agx_emit_split() 449 agx_index dests[4] = {agx_null(), agx_null(), agx_null(), agx_null()}; in agx_emit_cached_split() local
|
/aosp_15_r20/external/mesa3d/src/intel/compiler/ |
H A D | intel_nir_lower_sparse.c | 109 nir_def *dests[NIR_MAX_VEC_COMPONENTS]; in lower_sparse_image_load() local
|
/aosp_15_r20/external/libcups/berkeley/ |
H A D | lpc.c | 234 const char *dests) /* I - Destinations */ in show_status()
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/r600/sfn/tests/ |
H A D | sfn_instrfromstring_test.cpp | 664 std::vector<PRegister, Allocator<PRegister>> dests(3); in TEST_F() local 683 std::vector<PRegister, Allocator<PRegister>> dests(2); in TEST_F() local
|
/aosp_15_r20/external/mesa3d/src/panfrost/compiler/valhall/ |
H A D | valhall.py | 179 …def __init__(self, name, opcode, opcode2, srcs = [], dests = [], immediates = [], modifiers = [], … argument
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/r600/sfn/ |
H A D | sfn_instr_lds.cpp | 183 std::vector<PRegister, Allocator<PRegister>> dests; in from_string() local
|
/aosp_15_r20/art/compiler/utils/arm/ |
H A D | jni_macro_assembler_arm_vixl.cc | 370 static inline size_t GetSpillChunkSize(ArrayRef<ArgumentLocation> dests, in GetSpillChunkSize() 445 void ArmVIXLJNIMacroAssembler::MoveArguments(ArrayRef<ArgumentLocation> dests, in MoveArguments()
|
/aosp_15_r20/external/mesa3d/src/imagination/rogue/ |
H A D | rogue_encode.c | 1276 rogue_dest_map_encoding dests = { 0 }; in rogue_encode_instr_group_io() local
|
/aosp_15_r20/external/icu/icu4c/source/test/intltest/ |
H A D | itutil.cpp | 142 int32_t &dests; member in MyErrorCode
|
/aosp_15_r20/external/cronet/third_party/icu/source/test/intltest/ |
H A D | itutil.cpp | 142 int32_t &dests; member in MyErrorCode
|
/aosp_15_r20/external/mesa3d/src/amd/vulkan/nir/ |
H A D | radv_nir_opt_tid_function.c | 181 nir_const_value dests[NIR_MAX_VEC_COMPONENTS]; in constant_fold_scalar() local
|
/aosp_15_r20/external/mesa3d/src/freedreno/ir3/ |
H A D | ir3_nir_lower_tess.c | 881 copy_vars(nir_builder *b, struct exec_list *dests, struct exec_list *srcs) in copy_vars()
|
/aosp_15_r20/art/compiler/utils/x86/ |
H A D | jni_macro_assembler_x86.cc | 253 void X86JNIMacroAssembler::MoveArguments(ArrayRef<ArgumentLocation> dests, in MoveArguments()
|
/aosp_15_r20/art/compiler/utils/riscv64/ |
H A D | jni_macro_assembler_riscv64.cc | 261 void Riscv64JNIMacroAssembler::MoveArguments(ArrayRef<ArgumentLocation> dests, in MoveArguments()
|
/aosp_15_r20/art/compiler/utils/x86_64/ |
H A D | jni_macro_assembler_x86_64.cc | 279 void X86_64JNIMacroAssembler::MoveArguments(ArrayRef<ArgumentLocation> dests, in MoveArguments()
|