Home
last modified time | relevance | path

Searched defs:rp (Results 1 – 25 of 901) sorted by relevance

12345678910>>...37

/aosp_15_r20/external/libopus/src/
H A Drepacketizer.c43 OpusRepacketizer *opus_repacketizer_init(OpusRepacketizer *rp) in opus_repacketizer_init()
51 OpusRepacketizer *rp; in opus_repacketizer_create() local
57 void opus_repacketizer_destroy(OpusRepacketizer *rp) in opus_repacketizer_destroy()
62 static int opus_repacketizer_cat_impl(OpusRepacketizer *rp, const unsigned char *data, opus_int32 l… in opus_repacketizer_cat_impl()
102 int opus_repacketizer_cat(OpusRepacketizer *rp, const unsigned char *data, opus_int32 len) in opus_repacketizer_cat()
107 int opus_repacketizer_get_nb_frames(OpusRepacketizer *rp) in opus_repacketizer_get_nb_frames()
112 opus_int32 opus_repacketizer_out_range_impl(OpusRepacketizer *rp, int begin, int end, in opus_repacketizer_out_range_impl()
319 opus_int32 opus_repacketizer_out_range(OpusRepacketizer *rp, int begin, int end, unsigned char *dat… in opus_repacketizer_out_range()
324 opus_int32 opus_repacketizer_out(OpusRepacketizer *rp, unsigned char *data, opus_int32 maxlen) in opus_repacketizer_out()
331 OpusRepacketizer rp; in opus_packet_pad_impl() local
[all …]
/aosp_15_r20/external/libpng/
H A Dpngtrans.c271 png_bytep rp = row; in png_do_invert() local
285 png_bytep rp = row; in png_do_invert() local
300 png_bytep rp = row; in png_do_invert() local
325 png_bytep rp = row; in png_do_swap() local
461 png_bytep rp; in png_do_packswap() local
632 png_bytep rp; in png_do_bgr() local
645 png_bytep rp; in png_do_bgr() local
662 png_bytep rp; in png_do_bgr() local
678 png_bytep rp; in png_do_bgr() local
715 png_bytep rp = png_ptr->row_buf + row_info->rowbytes; in png_do_check_palette_indexes() local
/aosp_15_r20/external/grpc-grpc/src/core/tsi/alts/zero_copy_frame_protector/
H A Dalts_iovec_record_protocol.cc76 const alts_iovec_record_protocol* rp, iovec_t header, iovec_t tag, in ensure_header_and_tag_length()
171 const alts_iovec_record_protocol* rp) { in alts_iovec_record_protocol_get_tag_length()
179 const alts_iovec_record_protocol* rp, size_t max_protected_frame_size) { in alts_iovec_record_protocol_max_unprotected_data_size()
190 alts_iovec_record_protocol* rp, const iovec_t* unprotected_vec, in alts_iovec_record_protocol_integrity_only_protect()
245 alts_iovec_record_protocol* rp, const iovec_t* protected_vec, in alts_iovec_record_protocol_integrity_only_unprotect()
293 alts_iovec_record_protocol* rp, const iovec_t* unprotected_vec, in alts_iovec_record_protocol_privacy_integrity_protect()
359 alts_iovec_record_protocol* rp, iovec_t header, in alts_iovec_record_protocol_privacy_integrity_unprotect()
432 bool is_integrity_only, bool is_protect, alts_iovec_record_protocol** rp, in alts_iovec_record_protocol_create()
473 void alts_iovec_record_protocol_destroy(alts_iovec_record_protocol* rp) { in alts_iovec_record_protocol_destroy()
H A Dalts_grpc_integrity_only_record_protocol.cc45 alts_grpc_record_protocol* rp, grpc_slice_buffer* unprotected_slices, in alts_grpc_integrity_only_extra_copy_protect()
81 alts_grpc_record_protocol* rp, grpc_slice_buffer* unprotected_slices, in alts_grpc_integrity_only_protect()
123 alts_grpc_record_protocol* rp, grpc_slice_buffer* protected_slices, in alts_grpc_integrity_only_unprotect()
184 static void alts_grpc_integrity_only_destruct(alts_grpc_record_protocol* rp) { in alts_grpc_integrity_only_destruct()
201 bool is_protect, bool enable_extra_copy, alts_grpc_record_protocol** rp) { in alts_grpc_integrity_only_record_protocol_create()
H A Dalts_grpc_record_protocol_common.cc36 static void ensure_iovec_buf_size(alts_grpc_record_protocol* rp, in ensure_iovec_buf_size()
52 alts_grpc_record_protocol* rp, const grpc_slice_buffer* sb) { in alts_grpc_record_protocol_convert_slice_buffer_to_iovec()
72 alts_grpc_record_protocol* rp) { in alts_grpc_record_protocol_get_header_iovec()
89 tsi_result alts_grpc_record_protocol_init(alts_grpc_record_protocol* rp, in alts_grpc_record_protocol_init()
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/tsi/alts/zero_copy_frame_protector/
Dalts_iovec_record_protocol.cc76 const alts_iovec_record_protocol* rp, iovec_t header, iovec_t tag, in ensure_header_and_tag_length()
171 const alts_iovec_record_protocol* rp) { in alts_iovec_record_protocol_get_tag_length()
179 const alts_iovec_record_protocol* rp, size_t max_protected_frame_size) { in alts_iovec_record_protocol_max_unprotected_data_size()
190 alts_iovec_record_protocol* rp, const iovec_t* unprotected_vec, in alts_iovec_record_protocol_integrity_only_protect()
245 alts_iovec_record_protocol* rp, const iovec_t* protected_vec, in alts_iovec_record_protocol_integrity_only_unprotect()
293 alts_iovec_record_protocol* rp, const iovec_t* unprotected_vec, in alts_iovec_record_protocol_privacy_integrity_protect()
359 alts_iovec_record_protocol* rp, iovec_t header, in alts_iovec_record_protocol_privacy_integrity_unprotect()
432 bool is_integrity_only, bool is_protect, alts_iovec_record_protocol** rp, in alts_iovec_record_protocol_create()
473 void alts_iovec_record_protocol_destroy(alts_iovec_record_protocol* rp) { in alts_iovec_record_protocol_destroy()
Dalts_grpc_integrity_only_record_protocol.cc45 alts_grpc_record_protocol* rp, grpc_slice_buffer* unprotected_slices, in alts_grpc_integrity_only_extra_copy_protect()
81 alts_grpc_record_protocol* rp, grpc_slice_buffer* unprotected_slices, in alts_grpc_integrity_only_protect()
123 alts_grpc_record_protocol* rp, grpc_slice_buffer* protected_slices, in alts_grpc_integrity_only_unprotect()
184 static void alts_grpc_integrity_only_destruct(alts_grpc_record_protocol* rp) { in alts_grpc_integrity_only_destruct()
201 bool is_protect, bool enable_extra_copy, alts_grpc_record_protocol** rp) { in alts_grpc_integrity_only_record_protocol_create()
Dalts_grpc_record_protocol_common.cc36 static void ensure_iovec_buf_size(alts_grpc_record_protocol* rp, in ensure_iovec_buf_size()
52 alts_grpc_record_protocol* rp, const grpc_slice_buffer* sb) { in alts_grpc_record_protocol_convert_slice_buffer_to_iovec()
72 alts_grpc_record_protocol* rp) { in alts_grpc_record_protocol_get_header_iovec()
89 tsi_result alts_grpc_record_protocol_init(alts_grpc_record_protocol* rp, in alts_grpc_record_protocol_init()
Dalts_grpc_privacy_integrity_record_protocol.cc38 alts_grpc_record_protocol* rp, grpc_slice_buffer* unprotected_slices, in alts_grpc_privacy_integrity_protect()
75 alts_grpc_record_protocol* rp, grpc_slice_buffer* protected_slices, in alts_grpc_privacy_integrity_unprotect()
127 bool is_protect, alts_grpc_record_protocol** rp) { in alts_grpc_privacy_integrity_record_protocol_create()
/aosp_15_r20/external/trusty/lk/kernel/
Dport.c206 read_port_t *rp = calloc(1, sizeof(read_port_t)); in port_open() local
295 read_port_t *rp = (read_port_t *)ports[ix]; in port_group() local
329 read_port_t *rp = (read_port_t *)port; in port_group_add() local
364 read_port_t *rp = (read_port_t *)port; in port_group_remove() local
410 read_port_t *rp; in port_write() local
440 static inline status_t read_no_lock(read_port_t *rp, lk_time_t timeout, port_result_t *result) in read_no_lock()
465 read_port_t *rp = (read_port_t *)port; in port_read() local
517 read_port_t *rp; in port_destroy() local
542 read_port_t *rp = (read_port_t *) port; in port_close() local
/aosp_15_r20/external/libpng/mips/
H A Dfilter_mmi_inline_assembly.c29 double rp,pp; in png_read_filter_row_up_mmi() local
52 double rp, pp, dest; in png_read_filter_row_sub3_mmi() local
115 double rp,pp; in png_read_filter_row_sub4_mmi() local
139 double rp, pp, rp1, pp1; in png_read_filter_row_avg3_mmi() local
231 double rp,pp; in png_read_filter_row_avg4_mmi() local
280 double rp, pp, rp1, pp1, zero; in png_read_filter_row_paeth3_mmi() local
468 double rp, pp, zero; in png_read_filter_row_paeth4_mmi() local
/aosp_15_r20/external/libpng/arm/
H A Dfilter_neon_intrinsics.c54 png_bytep rp = row; in png_read_filter_row_up_neon() local
75 png_bytep rp = row; in png_read_filter_row_sub3_neon() local
122 png_bytep rp = row; in png_read_filter_row_sub4_neon() local
154 png_bytep rp = row; in png_read_filter_row_avg3_neon() local
222 png_bytep rp = row; in png_read_filter_row_avg4_neon() local
291 png_bytep rp = row; in png_read_filter_row_paeth3_neon() local
359 png_bytep rp = row; in png_read_filter_row_paeth4_neon() local
/aosp_15_r20/external/coreboot/src/southbridge/intel/lynxpoint/
H A Dpcie.c62 static bool is_rp_enabled(int rp) in is_rp_enabled()
136 int rp; in root_port_init_config() local
225 int rp; in pcie_enable_clock_gating() local
371 int rp; in root_port_check_disable() local
504 int rp = root_port_number(dev); in pch_pcie_early() local
/aosp_15_r20/external/tcpdump/
H A Dprint-nfs.c337 const struct sunrpc_msg *rp; in nfsreply_print() local
362 const struct sunrpc_msg *rp; in nfsreply_noaddr_print() local
423 const struct sunrpc_msg *rp, u_int length) in parsereq()
556 const struct sunrpc_msg *rp; in nfsreq_noaddr_print() local
942 const struct sunrpc_msg *rp, const u_char *bp) in xid_map_enter()
991 xid_map_find(netdissect_options *ndo, const struct sunrpc_msg *rp, in xid_map_find()
1056 const struct sunrpc_msg *rp, u_int length, int *nfserrp) in parserep()
1533 const struct sunrpc_msg *rp, uint32_t proc, uint32_t vers, in interp_reply()
/aosp_15_r20/external/coreboot/src/lib/
H A Dimd.c21 static bool imd_root_pointer_valid(const struct imd_root_pointer *rp) in imd_root_pointer_valid()
37 struct imd_root_pointer *rp; in imdr_get_root_pointer() local
44 static void imd_link_root(struct imd_root_pointer *rp, struct imd_root *r) in imd_link_root()
103 struct imd_root_pointer *rp; in imdr_create_empty() local
159 struct imd_root_pointer *rp; in imdr_recover() local
361 struct imd_root_pointer *rp; in imd_handle_init_partial_recovery() local
/aosp_15_r20/bionic/libm/upstream-freebsd/lib/msun/ld128/
H A Ds_logl.c423 #define RETURN1(rp, v) do { \ argument
429 #define RETURN2(rp, h, l) do { \ argument
442 #define RETURN1(rp, v) RETURNF(v) argument
443 #define RETURN2(rp, h, l) RETURNI((h) + (l)) argument
448 k_logl(long double x, struct ld *rp) in k_logl()
/aosp_15_r20/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
DRectFSpringAnim.java261 ResourceProvider rp = DynamicResource.provider(context); in start() local
343 ResourceProvider rp = DynamicResource.provider(context); in start() local
524 ResourceProvider rp = DynamicResource.provider(context); in SpringConfig() local
539 ResourceProvider rp = DynamicResource.provider(context); in DefaultSpringConfig() local
595 ResourceProvider rp = DynamicResource.provider(context); in TaskbarHotseatSpringConfig() local
/aosp_15_r20/external/libwebsockets/lib/roles/http/server/
H A Dranges.c68 lws_ranges_next(struct lws_range_parsing *rp) in lws_ranges_next()
166 lws_ranges_reset(struct lws_range_parsing *rp) in lws_ranges_reset()
181 lws_ranges_init(struct lws *wsi, struct lws_range_parsing *rp, in lws_ranges_init()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/zink/
H A Dzink_render_pass.c253 struct zink_render_pass *rp = CALLOC_STRUCT(zink_render_pass); in zink_create_render_pass() local
271 struct zink_render_pass *rp) in zink_destroy_render_pass()
508 struct zink_render_pass *rp; in get_render_pass() local
535 rp_must_change(const struct zink_render_pass *rp, const struct zink_render_pass *rp2, bool in_rp) in rp_must_change()
568 struct zink_render_pass *rp = ctx->gfx_pipeline_state.render_pass; in setup_framebuffer() local
828 struct zink_render_pass *rp = ctx->gfx_pipeline_state.render_pass; in zink_begin_render_pass() local
/aosp_15_r20/tools/tradefederation/core/src/com/android/tradefed/result/
DBugreportCollector.java91 public Predicate(Relation rp, Freq fp, Noun n) throws IllegalArgumentException { in Predicate()
99 public Predicate(Relation rp, Freq fp, Noun fpN, Filter filterP, Noun filterPN) in Predicate()
109 public static void assertValidPredicate(Relation rp, Freq fp, Noun n) in assertValidPredicate()
420 private static Predicate p(Relation rp, Freq fp, Noun n) throws IllegalArgumentException { in p()
428 private static Predicate p(Relation rp, Freq fp, Noun fpN, Filter filterP, Noun filterPN) in p()
/aosp_15_r20/external/rust/crates/quiche/deps/boringssl/src/crypto/fipsmodule/bn/asm/
Dx86_64-gcc.c97 BN_ULONG bn_mul_add_words(BN_ULONG *rp, const BN_ULONG *ap, size_t num, in bn_mul_add_words()
130 BN_ULONG bn_mul_words(BN_ULONG *rp, const BN_ULONG *ap, size_t num, in bn_mul_words()
188 BN_ULONG bn_add_words(BN_ULONG *rp, const BN_ULONG *ap, const BN_ULONG *bp, in bn_add_words()
216 BN_ULONG bn_sub_words(BN_ULONG *rp, const BN_ULONG *ap, const BN_ULONG *bp, in bn_sub_words()
/aosp_15_r20/external/boringssl/src/crypto/fipsmodule/bn/asm/
H A Dx86_64-gcc.c97 BN_ULONG bn_mul_add_words(BN_ULONG *rp, const BN_ULONG *ap, size_t num, in bn_mul_add_words()
130 BN_ULONG bn_mul_words(BN_ULONG *rp, const BN_ULONG *ap, size_t num, in bn_mul_words()
188 BN_ULONG bn_add_words(BN_ULONG *rp, const BN_ULONG *ap, const BN_ULONG *bp, in bn_add_words()
216 BN_ULONG bn_sub_words(BN_ULONG *rp, const BN_ULONG *ap, const BN_ULONG *bp, in bn_sub_words()
/aosp_15_r20/external/coreboot/src/soc/intel/broadwell/pch/
H A Dpcie.c106 int rp; in root_port_init_config() local
204 int rp; in pcie_enable_clock_gating() local
358 int rp; in root_port_check_disable() local
440 int rp = root_port_number(dev); in pch_pcie_early() local
/aosp_15_r20/external/cronet/third_party/boringssl/src/crypto/fipsmodule/bn/asm/
H A Dx86_64-gcc.c97 BN_ULONG bn_mul_add_words(BN_ULONG *rp, const BN_ULONG *ap, size_t num, in bn_mul_add_words()
130 BN_ULONG bn_mul_words(BN_ULONG *rp, const BN_ULONG *ap, size_t num, in bn_mul_words()
188 BN_ULONG bn_add_words(BN_ULONG *rp, const BN_ULONG *ap, const BN_ULONG *bp, in bn_add_words()
216 BN_ULONG bn_sub_words(BN_ULONG *rp, const BN_ULONG *ap, const BN_ULONG *bp, in bn_sub_words()
/aosp_15_r20/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/crypto/fipsmodule/bn/asm/
Dx86_64-gcc.c97 BN_ULONG bn_mul_add_words(BN_ULONG *rp, const BN_ULONG *ap, size_t num, in bn_mul_add_words()
130 BN_ULONG bn_mul_words(BN_ULONG *rp, const BN_ULONG *ap, size_t num, in bn_mul_words()
188 BN_ULONG bn_add_words(BN_ULONG *rp, const BN_ULONG *ap, const BN_ULONG *bp, in bn_add_words()
216 BN_ULONG bn_sub_words(BN_ULONG *rp, const BN_ULONG *ap, const BN_ULONG *bp, in bn_sub_words()

12345678910>>...37