/external/cronet/stable/net/cookies/ |
D | cookie_store_unittest.h | 195 CookieStore* cs, in GetExcludedCookiesForURL() 208 CookieList GetAllCookies(CookieStore* cs) { in GetAllCookies() 244 bool SetCanonicalCookie(CookieStore* cs, in SetCanonicalCookie() 261 bool SetCookieWithSystemTime(CookieStore* cs, in SetCookieWithSystemTime() 274 bool SetCookieWithServerTime(CookieStore* cs, in SetCookieWithServerTime() 303 CookieStore* cs, in CreateAndSetCookieReturnStatus() 330 CookieStore* cs, in SetCanonicalCookieReturnAccessResult() 347 uint32_t DeleteCanonicalCookie(CookieStore* cs, in DeleteCanonicalCookie() 356 uint32_t DeleteCreatedInTimeRange(CookieStore* cs, in DeleteCreatedInTimeRange() 366 uint32_t DeleteAllCreatedInTimeRange(CookieStore* cs, in DeleteAllCreatedInTimeRange() [all …]
|
D | cookie_store_change_unittest.h | 56 bool FindAndDeleteCookie(CookieStore* cs, in FindAndDeleteCookie() 126 CookieStore* cs = this->GetCookieStore(); in TYPED_TEST_P() local 140 CookieStore* cs = this->GetCookieStore(); in TYPED_TEST_P() local 156 CookieStore* cs = this->GetCookieStore(); in TYPED_TEST_P() local 181 CookieStore* cs = this->GetCookieStore(); in TYPED_TEST_P() local 239 CookieStore* cs = this->GetCookieStore(); in TYPED_TEST_P() local 267 CookieStore* cs = this->GetCookieStore(); in TYPED_TEST_P() local 315 CookieStore* cs = this->GetCookieStore(); in TYPED_TEST_P() local 358 CookieStore* cs = this->GetCookieStore(); in TYPED_TEST_P() local 417 CookieStore* cs = this->GetCookieStore(); in TYPED_TEST_P() local [all …]
|
/external/cronet/tot/net/cookies/ |
D | cookie_store_unittest.h | 195 CookieStore* cs, in GetExcludedCookiesForURL() 208 CookieList GetAllCookies(CookieStore* cs) { in GetAllCookies() 244 bool SetCanonicalCookie(CookieStore* cs, in SetCanonicalCookie() 261 bool SetCookieWithSystemTime(CookieStore* cs, in SetCookieWithSystemTime() 274 bool SetCookieWithServerTime(CookieStore* cs, in SetCookieWithServerTime() 303 CookieStore* cs, in CreateAndSetCookieReturnStatus() 330 CookieStore* cs, in SetCanonicalCookieReturnAccessResult() 347 uint32_t DeleteCanonicalCookie(CookieStore* cs, in DeleteCanonicalCookie() 356 uint32_t DeleteCreatedInTimeRange(CookieStore* cs, in DeleteCreatedInTimeRange() 366 uint32_t DeleteAllCreatedInTimeRange(CookieStore* cs, in DeleteAllCreatedInTimeRange() [all …]
|
D | cookie_store_change_unittest.h | 56 bool FindAndDeleteCookie(CookieStore* cs, in FindAndDeleteCookie() 126 CookieStore* cs = this->GetCookieStore(); in TYPED_TEST_P() local 140 CookieStore* cs = this->GetCookieStore(); in TYPED_TEST_P() local 156 CookieStore* cs = this->GetCookieStore(); in TYPED_TEST_P() local 181 CookieStore* cs = this->GetCookieStore(); in TYPED_TEST_P() local 239 CookieStore* cs = this->GetCookieStore(); in TYPED_TEST_P() local 267 CookieStore* cs = this->GetCookieStore(); in TYPED_TEST_P() local 315 CookieStore* cs = this->GetCookieStore(); in TYPED_TEST_P() local 358 CookieStore* cs = this->GetCookieStore(); in TYPED_TEST_P() local 417 CookieStore* cs = this->GetCookieStore(); in TYPED_TEST_P() local [all …]
|
/external/mesa3d/src/freedreno/vulkan/ |
D | tu_cs.cc | 16 tu_cs_init(struct tu_cs *cs, in tu_cs_init() 35 tu_cs_init_external(struct tu_cs *cs, struct tu_device *device, in tu_cs_init_external() 54 tu_cs_init_suballoc(struct tu_cs *cs, struct tu_device *device, in tu_cs_init_suballoc() 72 tu_cs_finish(struct tu_cs *cs) in tu_cs_finish() 93 tu_cs_current_bo(const struct tu_cs *cs) in tu_cs_current_bo() 109 tu_cs_get_offset(const struct tu_cs *cs) in tu_cs_get_offset() 120 tu_cs_get_cur_iova(const struct tu_cs *cs) in tu_cs_get_cur_iova() 132 tu_cs_add_bo(struct tu_cs *cs, uint32_t size) in tu_cs_add_bo() 188 tu_cs_reserve_entry(struct tu_cs *cs) in tu_cs_reserve_entry() 214 tu_cs_add_entry(struct tu_cs *cs) in tu_cs_add_entry() [all …]
|
D | tu_cs.h | 154 tu_cs_begin_sub_stream(struct tu_cs *cs, uint32_t size, struct tu_cs *sub_cs) in tu_cs_begin_sub_stream() 170 tu_cs_end_draw_state(struct tu_cs *cs, struct tu_cs *sub_cs) in tu_cs_end_draw_state() 187 tu_cs_draw_state(struct tu_cs *sub_cs, struct tu_cs *cs, uint32_t size) in tu_cs_draw_state() 216 tu_cs_get_size(const struct tu_cs *cs) in tu_cs_get_size() 226 tu_cs_is_empty(const struct tu_cs *cs) in tu_cs_is_empty() 236 tu_cs_discard_entries(struct tu_cs *cs) in tu_cs_discard_entries() 246 tu_cs_get_call_size(const struct tu_cs *cs) in tu_cs_get_call_size() 257 tu_cs_sanity_check(const struct tu_cs *cs) in tu_cs_sanity_check() 271 tu_cs_emit(struct tu_cs *cs, uint32_t value) in tu_cs_emit() 288 tu_cs_emit_array(struct tu_cs *cs, const uint32_t *values, uint32_t length) in tu_cs_emit_array() [all …]
|
D | tu_lrz.cc | 63 tu6_emit_lrz_buffer(struct tu_cs *cs, struct tu_image *depth_image) in tu6_emit_lrz_buffer() 95 tu6_write_lrz_reg(struct tu_cmd_buffer *cmd, struct tu_cs *cs, in tu6_write_lrz_reg() 111 tu6_write_lrz_cntl(struct tu_cmd_buffer *cmd, struct tu_cs *cs, in tu6_write_lrz_cntl() 132 tu6_disable_lrz_via_depth_view(struct tu_cmd_buffer *cmd, struct tu_cs *cs) in tu6_disable_lrz_via_depth_view() 324 tu_lrz_tiling_begin(struct tu_cmd_buffer *cmd, struct tu_cs *cs) in tu_lrz_tiling_begin() 400 tu_lrz_before_tile(struct tu_cmd_buffer *cmd, struct tu_cs *cs) in tu_lrz_before_tile() 424 tu_lrz_tiling_end(struct tu_cmd_buffer *cmd, struct tu_cs *cs) in tu_lrz_tiling_end() 461 tu_lrz_sysmem_begin(struct tu_cmd_buffer *cmd, struct tu_cs *cs) in tu_lrz_sysmem_begin() 506 tu_lrz_sysmem_end(struct tu_cmd_buffer *cmd, struct tu_cs *cs) in tu_lrz_sysmem_end() 520 tu_disable_lrz(struct tu_cmd_buffer *cmd, struct tu_cs *cs, in tu_disable_lrz() [all …]
|
/external/libdrm/radeon/ |
D | radeon_cs.c | 14 radeon_cs_write_reloc(struct radeon_cs *cs, struct radeon_bo *bo, in radeon_cs_write_reloc() 28 radeon_cs_begin(struct radeon_cs *cs, uint32_t ndw, in radeon_cs_begin() 36 radeon_cs_end(struct radeon_cs *cs, in radeon_cs_end() 43 drm_public int radeon_cs_emit(struct radeon_cs *cs) in radeon_cs_emit() 49 drm_public int radeon_cs_destroy(struct radeon_cs *cs) in radeon_cs_destroy() 55 drm_public int radeon_cs_erase(struct radeon_cs *cs) in radeon_cs_erase() 61 drm_public int radeon_cs_need_flush(struct radeon_cs *cs) in radeon_cs_need_flush() 67 drm_public void radeon_cs_print(struct radeon_cs *cs, FILE *file) in radeon_cs_print() 74 radeon_cs_set_limit(struct radeon_cs *cs, uint32_t domain, uint32_t limit) in radeon_cs_set_limit() 83 drm_public void radeon_cs_space_set_flush(struct radeon_cs *cs, in radeon_cs_space_set_flush() [all …]
|
/external/tcpdump/ |
D | cpack.c | 57 nd_cpack_align_and_reserve(struct cpack_state *cs, size_t wordsize) in nd_cpack_align_and_reserve() 73 nd_cpack_advance(struct cpack_state *cs, const size_t toskip) in nd_cpack_advance() 83 nd_cpack_init(struct cpack_state *cs, const uint8_t *buf, size_t buflen) in nd_cpack_init() 96 nd_cpack_uint64(netdissect_options *ndo, struct cpack_state *cs, uint64_t *u) in nd_cpack_uint64() 112 nd_cpack_int64(netdissect_options *ndo, struct cpack_state *cs, int64_t *u) in nd_cpack_int64() 128 nd_cpack_uint32(netdissect_options *ndo, struct cpack_state *cs, uint32_t *u) in nd_cpack_uint32() 144 nd_cpack_int32(netdissect_options *ndo, struct cpack_state *cs, int32_t *u) in nd_cpack_int32() 160 nd_cpack_uint16(netdissect_options *ndo, struct cpack_state *cs, uint16_t *u) in nd_cpack_uint16() 176 nd_cpack_int16(netdissect_options *ndo, struct cpack_state *cs, int16_t *u) in nd_cpack_int16() 192 nd_cpack_uint8(netdissect_options *ndo, struct cpack_state *cs, uint8_t *u) in nd_cpack_uint8() [all …]
|
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_cs.h | 26 struct radeon_cmdbuf *cs, in radeon_cs_memory_below_limit() 99 struct radeon_cmdbuf *cs = &ring->cs; in r600_emit_reloc() local 109 static inline void radeon_set_config_reg_seq(struct radeon_cmdbuf *cs, unsigned reg, unsigned num) in radeon_set_config_reg_seq() 117 static inline void radeon_set_config_reg(struct radeon_cmdbuf *cs, unsigned reg, unsigned value) in radeon_set_config_reg() 123 static inline void radeon_set_context_reg_seq(struct radeon_cmdbuf *cs, unsigned reg, unsigned num) in radeon_set_context_reg_seq() 131 static inline void radeon_set_context_reg(struct radeon_cmdbuf *cs, unsigned reg, unsigned value) in radeon_set_context_reg() 137 static inline void radeon_set_context_reg_idx(struct radeon_cmdbuf *cs, in radeon_set_context_reg_idx() 148 static inline void radeon_set_sh_reg_seq(struct radeon_cmdbuf *cs, unsigned reg, unsigned num) in radeon_set_sh_reg_seq() 156 static inline void radeon_set_sh_reg(struct radeon_cmdbuf *cs, unsigned reg, unsigned value) in radeon_set_sh_reg() 162 static inline void radeon_set_uconfig_reg_seq(struct radeon_cmdbuf *cs, unsigned reg, unsigned num) in radeon_set_uconfig_reg_seq() [all …]
|
/external/python/cpython3/Python/ |
D | condvar.h | 110 PyMUTEX_INIT(PyMUTEX_T *cs) in PyMUTEX_INIT() 117 PyMUTEX_FINI(PyMUTEX_T *cs) in PyMUTEX_FINI() 124 PyMUTEX_LOCK(PyMUTEX_T *cs) in PyMUTEX_LOCK() 131 PyMUTEX_UNLOCK(PyMUTEX_T *cs) in PyMUTEX_UNLOCK() 162 _PyCOND_WAIT_MS(PyCOND_T *cv, PyMUTEX_T *cs, DWORD ms) in _PyCOND_WAIT_MS() 193 PyCOND_WAIT(PyCOND_T *cv, PyMUTEX_T *cs) in PyCOND_WAIT() 200 PyCOND_TIMEDWAIT(PyCOND_T *cv, PyMUTEX_T *cs, long long us) in PyCOND_TIMEDWAIT() 237 PyMUTEX_INIT(PyMUTEX_T *cs) in PyMUTEX_INIT() 244 PyMUTEX_FINI(PyMUTEX_T *cs) in PyMUTEX_FINI() 250 PyMUTEX_LOCK(PyMUTEX_T *cs) in PyMUTEX_LOCK() [all …]
|
/external/mesa3d/src/amd/vulkan/ |
D | radv_cs.h | 20 radeon_check_space(struct radeon_winsys *ws, struct radeon_cmdbuf *cs, unsigned needed) in radeon_check_space() 30 radeon_set_reg_seq(struct radeon_cmdbuf *cs, unsigned reg, unsigned num, unsigned idx, unsigned bas… in radeon_set_reg_seq() 40 radeon_set_config_reg_seq(struct radeon_cmdbuf *cs, unsigned reg, unsigned num) in radeon_set_config_reg_seq() 47 radeon_set_config_reg(struct radeon_cmdbuf *cs, unsigned reg, unsigned value) in radeon_set_config_reg() 54 radeon_set_context_reg_seq(struct radeon_cmdbuf *cs, unsigned reg, unsigned num) in radeon_set_context_reg_seq() 61 radeon_set_context_reg(struct radeon_cmdbuf *cs, unsigned reg, unsigned value) in radeon_set_context_reg() 68 radeon_set_context_reg_idx(struct radeon_cmdbuf *cs, unsigned reg, unsigned idx, unsigned value) in radeon_set_context_reg_idx() 76 radeon_set_sh_reg_seq(struct radeon_cmdbuf *cs, unsigned reg, unsigned num) in radeon_set_sh_reg_seq() 83 radeon_set_sh_reg(struct radeon_cmdbuf *cs, unsigned reg, unsigned value) in radeon_set_sh_reg() 90 radeon_set_sh_reg_idx(const struct radeon_info *info, struct radeon_cmdbuf *cs, unsigned reg, unsig… in radeon_set_sh_reg_idx() [all …]
|
/external/icu/libicu/ndk_headers/unicode/ |
D | ustring.h | 929 # define U_STRING_DECL(var, cs, length) static const UChar *var=(const UChar *)U_DECLARE_UTF16(cs) argument 931 # define U_STRING_INIT(var, cs, length) argument 933 # define U_STRING_DECL(var, cs, length) static const UChar var[(length)+1]=L ## cs argument 935 # define U_STRING_INIT(var, cs, length) argument 937 # define U_STRING_DECL(var, cs, length) static UChar var[(length)+1] argument 939 # define U_STRING_INIT(var, cs, length) u_charsToUChars(cs, var, length+1) argument
|
/external/icu/libandroidicu/include/unicode/ |
D | ustring.h | 925 # define U_STRING_DECL(var, cs, length) static const UChar *var=(const UChar *)U_DECLARE_UTF16(cs) argument 927 # define U_STRING_INIT(var, cs, length) argument 929 # define U_STRING_DECL(var, cs, length) static const UChar var[(length)+1]=L ## cs argument 931 # define U_STRING_INIT(var, cs, length) argument 933 # define U_STRING_DECL(var, cs, length) static UChar var[(length)+1] argument 935 # define U_STRING_INIT(var, cs, length) u_charsToUChars(cs, var, length+1) argument
|
/external/cronet/tot/third_party/icu/source/common/unicode/ |
D | ustring.h | 931 # define U_STRING_DECL(var, cs, length) static const UChar *var=(const UChar *)U_DECLARE_UTF16(cs) argument 933 # define U_STRING_INIT(var, cs, length) argument 935 # define U_STRING_DECL(var, cs, length) static const UChar var[(length)+1]=L ## cs argument 937 # define U_STRING_INIT(var, cs, length) argument 939 # define U_STRING_DECL(var, cs, length) static UChar var[(length)+1] argument 941 # define U_STRING_INIT(var, cs, length) u_charsToUChars(cs, var, length+1) argument
|
/external/icu/libicu/cts_headers/unicode/ |
D | ustring.h | 925 # define U_STRING_DECL(var, cs, length) static const UChar *var=(const UChar *)U_DECLARE_UTF16(cs) argument 927 # define U_STRING_INIT(var, cs, length) argument 929 # define U_STRING_DECL(var, cs, length) static const UChar var[(length)+1]=L ## cs argument 931 # define U_STRING_INIT(var, cs, length) argument 933 # define U_STRING_DECL(var, cs, length) static UChar var[(length)+1] argument 935 # define U_STRING_INIT(var, cs, length) u_charsToUChars(cs, var, length+1) argument
|
/external/icu/icu4c/source/common/unicode/ |
D | ustring.h | 925 # define U_STRING_DECL(var, cs, length) static const UChar *var=(const UChar *)U_DECLARE_UTF16(cs) argument 927 # define U_STRING_INIT(var, cs, length) argument 929 # define U_STRING_DECL(var, cs, length) static const UChar var[(length)+1]=L ## cs argument 931 # define U_STRING_INIT(var, cs, length) argument 933 # define U_STRING_DECL(var, cs, length) static UChar var[(length)+1] argument 935 # define U_STRING_INIT(var, cs, length) u_charsToUChars(cs, var, length+1) argument
|
/external/cronet/stable/third_party/icu/source/common/unicode/ |
D | ustring.h | 931 # define U_STRING_DECL(var, cs, length) static const UChar *var=(const UChar *)U_DECLARE_UTF16(cs) argument 933 # define U_STRING_INIT(var, cs, length) argument 935 # define U_STRING_DECL(var, cs, length) static const UChar var[(length)+1]=L ## cs argument 937 # define U_STRING_INIT(var, cs, length) argument 939 # define U_STRING_DECL(var, cs, length) static UChar var[(length)+1] argument 941 # define U_STRING_INIT(var, cs, length) u_charsToUChars(cs, var, length+1) argument
|
/external/robolectric/integration_tests/nativegraphics/src/test/java/org/robolectric/shadows/ |
D | ShadowNativeColorSpaceTest.java | 115 ColorSpace.Rgb cs = in testName() local 146 ColorSpace.Rgb cs = in testOETF() local 161 ColorSpace.Rgb cs = in testEOTF() local 176 ColorSpace cs = ColorSpace.get(ColorSpace.Named.SRGB); in testRanges() local 233 ColorSpace.Rgb cs = new ColorSpace.Rgb("Test", SRGB_TO_XYZ, identity, identity); in testMat3x3() local 243 ColorSpace.Rgb cs = new ColorSpace.Rgb("Test", SRGB_TO_XYZ, identity, identity); in testMat3x3Inverse() local 253 ColorSpace.Rgb cs = new ColorSpace.Rgb("Test", SRGB_TO_XYZ, identity, identity); in testMat3x3Primaries() local 270 ColorSpace.Rgb cs = new ColorSpace.Rgb("Test", SRGB_TO_XYZ, identity, identity); in testMat3x3WhitePoint() local 283 ColorSpace.Rgb cs = in testXYZFromPrimaries_xyY() local 300 ColorSpace.Rgb cs = in testXYZFromPrimaries_xYZ() local [all …]
|
/external/flashrom/ |
D | ich_descriptors.c | 40 ssize_t ich_number_of_regions(const enum ich_chipset cs, const struct ich_desc_content *const cont) in ich_number_of_regions() 77 ssize_t ich_number_of_masters(const enum ich_chipset cs, const struct ich_desc_content *const cont) in ich_number_of_masters() 119 void prettyprint_ich_chipset(enum ich_chipset cs) in prettyprint_ich_chipset() 138 void prettyprint_ich_descriptors(enum ich_chipset cs, const struct ich_descriptors *desc) in prettyprint_ich_descriptors() 152 void prettyprint_ich_descriptor_content(enum ich_chipset cs, const struct ich_desc_content *cont) in prettyprint_ich_descriptor_content() 175 static const char *pprint_density(enum ich_chipset cs, const struct ich_descriptors *desc, uint8_t … in pprint_density() 249 static const char *pprint_freq(enum ich_chipset cs, uint8_t value) in pprint_freq() 339 static void pprint_read_freq(enum ich_chipset cs, uint8_t value) in pprint_read_freq() 366 void prettyprint_ich_descriptor_component(enum ich_chipset cs, const struct ich_descriptors *desc) in prettyprint_ich_descriptor_component() 468 void prettyprint_ich_descriptor_region(const enum ich_chipset cs, const struct ich_descriptors *con… in prettyprint_ich_descriptor_region() [all …]
|
/external/igt-gpu-tools/tests/i915/ |
D | gem_cpu_reloc.c | 67 gen2_emit_store_addr(uint32_t *cs, struct drm_i915_gem_relocation_entry *addr) in gen2_emit_store_addr() 77 gen4_emit_store_addr(uint32_t *cs, struct drm_i915_gem_relocation_entry *addr) in gen4_emit_store_addr() 88 gen8_emit_store_addr(uint32_t *cs, struct drm_i915_gem_relocation_entry *addr) in gen8_emit_store_addr() 99 gen2_emit_bb_start(uint32_t *cs, struct drm_i915_gem_relocation_entry *addr) in gen2_emit_bb_start() 109 gen4_emit_bb_start(uint32_t *cs, struct drm_i915_gem_relocation_entry *addr) in gen4_emit_bb_start() 118 gen6_emit_bb_start(uint32_t *cs, struct drm_i915_gem_relocation_entry *addr) in gen6_emit_bb_start() 127 hsw_emit_bb_start(uint32_t *cs, struct drm_i915_gem_relocation_entry *addr) in hsw_emit_bb_start() 136 gen8_emit_bb_start(uint32_t *cs, struct drm_i915_gem_relocation_entry *addr) in gen8_emit_bb_start()
|
/external/iptables/iptables/ |
D | nft-ipv6.c | 29 struct nftnl_rule *r, struct iptables_command_state *cs) in nft_ipv6_add() 105 static void nft_ipv6_set_goto_flag(struct iptables_command_state *cs) in nft_ipv6_set_goto_flag() 113 struct iptables_command_state cs = {}; in nft_ipv6_print_rule() local 138 static void nft_ipv6_save_rule(const struct iptables_command_state *cs, in nft_ipv6_save_rule() 180 static int nft_ipv6_xlate(const struct iptables_command_state *cs, in nft_ipv6_xlate() 227 struct iptables_command_state *cs, in nft_ipv6_add_entry() 260 struct iptables_command_state *cs, in nft_ipv6_delete_entry() 286 struct iptables_command_state *cs, in nft_ipv6_check_entry() 312 struct iptables_command_state *cs, in nft_ipv6_replace_entry()
|
D | nft-bridge.c | 27 void ebt_cs_clean(struct iptables_command_state *cs) in ebt_cs_clean() 91 static int _add_action(struct nftnl_rule *r, struct iptables_command_state *cs) in _add_action() 132 struct iptables_command_state *cs) in nft_bridge_add() 206 static void nft_bridge_init_cs(struct iptables_command_state *cs) in nft_bridge_init_cs() 231 static void print_matches_and_watchers(const struct iptables_command_state *cs, in print_matches_and_watchers() 288 static void __nft_bridge_save_rule(const struct iptables_command_state *cs, in __nft_bridge_save_rule() 338 static void nft_bridge_save_rule(const struct iptables_command_state *cs, in nft_bridge_save_rule() 348 struct iptables_command_state cs = {}; in nft_bridge_print_rule() local 412 static int xlate_ebmatches(const struct iptables_command_state *cs, struct xt_xlate *xl) in xlate_ebmatches() 451 static int xlate_ebaction(const struct iptables_command_state *cs, struct xt_xlate *xl) in xlate_ebaction() [all …]
|
D | nft-ipv4.c | 30 struct nftnl_rule *r, struct iptables_command_state *cs) in nft_ipv4_add() 119 static void nft_ipv4_set_goto_flag(struct iptables_command_state *cs) in nft_ipv4_set_goto_flag() 127 struct iptables_command_state cs = {}; in nft_ipv4_print_rule() local 154 static void nft_ipv4_save_rule(const struct iptables_command_state *cs, in nft_ipv4_save_rule() 198 static int nft_ipv4_xlate(const struct iptables_command_state *cs, in nft_ipv4_xlate() 250 struct iptables_command_state *cs, in nft_ipv4_add_entry() 280 struct iptables_command_state *cs, in nft_ipv4_delete_entry() 302 struct iptables_command_state *cs, in nft_ipv4_check_entry() 324 struct iptables_command_state *cs, in nft_ipv4_replace_entry()
|
/external/mesa3d/src/gallium/winsys/radeon/drm/ |
D | radeon_drm_cs.c | 180 struct radeon_drm_cs *cs; in radeon_drm_cs_create() local 255 static unsigned radeon_lookup_or_add_real_buffer(struct radeon_drm_cs *cs, in radeon_lookup_or_add_real_buffer() 313 static int radeon_lookup_or_add_slab_buffer(struct radeon_drm_cs *cs, in radeon_lookup_or_add_slab_buffer() 365 struct radeon_drm_cs *cs = radeon_drm_cs(rcs); in radeon_drm_cs_add_buffer() local 413 struct radeon_drm_cs *cs = radeon_drm_cs(rcs); in radeon_drm_cs_lookup_buffer() local 420 struct radeon_drm_cs *cs = radeon_drm_cs(rcs); in radeon_drm_cs_validate() local 466 struct radeon_drm_cs *cs = radeon_drm_cs(rcs); in radeon_drm_cs_get_buffer_list() local 481 struct radeon_drm_cs *cs = (struct radeon_drm_cs*)job; in radeon_drm_cs_emit_ioctl_oneshot() local 517 struct radeon_drm_cs *cs = radeon_drm_cs(rcs); in radeon_drm_cs_sync_flush() local 579 struct radeon_drm_cs *cs = radeon_drm_cs(rcs); in radeon_drm_cs_flush() local [all …]
|