Searched refs:num_args (Results 1 – 18 of 18) sorted by relevance
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/ |
D | parse_dependency.py | 187 op, num_args = stack.pop(), 0 189 op, num_args = op 221 op, num_args = stack.pop(), 0 223 op, num_args = op 281 op, num_args = stack.pop(), 0 283 op, num_args = op
|
/hardware/google/gfxstream/guest/mesa/src/util/ |
D | string_buffer.c | 71 uint32_t num_args, ...) in _mesa_string_buffer_append_all() argument 76 va_start(args, num_args); in _mesa_string_buffer_append_all() 77 for (i = 0; i < num_args; i++) { in _mesa_string_buffer_append_all()
|
D | u_printf.h | 33 unsigned num_args; member
|
D | u_printf.c | 120 if (!fmt->num_args) { in u_printf() 125 for (int i = 0; i < fmt->num_args; i++) { in u_printf()
|
D | string_buffer.h | 55 uint32_t num_args, ...);
|
/hardware/interfaces/health/storage/aidl/default/ |
D | Storage.h | 27 binder_status_t dump(int fd, const char** args, uint32_t num_args) override;
|
/hardware/qcom/display/msm8998/sdm/libs/hwc2/ |
D | cpuhint.h | 55 int (*fn_lock_acquire_)(int handle, int duration, int *hints, int num_args) = NULL;
|
/hardware/qcom/display/msm8909w_3100/sdm/libs/hwc/ |
D | cpuhint.h | 55 int (*fn_lock_acquire_)(int handle, int duration, int *hints, int num_args) = NULL;
|
/hardware/qcom/display/msm8909/sdm/libs/hwc/ |
D | cpuhint.h | 55 int (*fn_lock_acquire_)(int handle, int duration, int *hints, int num_args) = NULL;
|
/hardware/qcom/display/msm8996/sdm/libs/hwc/ |
D | cpuhint.h | 55 int (*fn_lock_acquire_)(int handle, int duration, int *hints, int num_args) = NULL;
|
/hardware/qcom/sm8150/display/sdm/libs/hwc2/ |
D | cpuhint.h | 55 int (*fn_lock_acquire_)(int handle, int duration, int *hints, int num_args) = NULL;
|
/hardware/qcom/sm7250/display/composer/ |
D | cpuhint.h | 57 int (*fn_lock_acquire_)(int handle, int duration, int *hints, int num_args) = NULL;
|
/hardware/nxp/keymint/KM300/ |
D | JavacardSharedSecret.h | 44 binder_status_t dump(int fd, const char** args, uint32_t num_args) override;
|
D | JavacardRemotelyProvisionedComponentDevice.h | 78 binder_status_t dump(int fd, const char** args, uint32_t num_args) override;
|
D | JavacardKeyMintDevice.h | 65 binder_status_t dump(int fd, const char** args, uint32_t num_args) override;
|
/hardware/interfaces/health/aidl/default/include/health-impl/ |
D | Health.h | 81 binder_status_t dump(int fd, const char** args, uint32_t num_args) override;
|
/hardware/google/gfxstream/guest/mesa/src/util/tests/ |
D | u_printf_test.cpp | 112 info.num_args = static_cast<unsigned>(format.args.size()); in parse()
|
/hardware/google/gfxstream/guest/mesa/include/CL/ |
D | cl_ext.h | 434 cl_uint num_args; member
|