| /external/libdrm/radeon/ |
| D | radeon_cs.c | 17 radeon_cs_write_reloc(struct radeon_cs *cs, struct radeon_bo *bo, in radeon_cs_write_reloc() 31 radeon_cs_begin(struct radeon_cs *cs, uint32_t ndw, in radeon_cs_begin() 39 radeon_cs_end(struct radeon_cs *cs, in radeon_cs_end() 46 drm_public int radeon_cs_emit(struct radeon_cs *cs) in radeon_cs_emit() 52 drm_public int radeon_cs_destroy(struct radeon_cs *cs) in radeon_cs_destroy() 58 drm_public int radeon_cs_erase(struct radeon_cs *cs) in radeon_cs_erase() 64 drm_public int radeon_cs_need_flush(struct radeon_cs *cs) in radeon_cs_need_flush() 70 drm_public void radeon_cs_print(struct radeon_cs *cs, FILE *file) in radeon_cs_print() 77 radeon_cs_set_limit(struct radeon_cs *cs, uint32_t domain, uint32_t limit) in radeon_cs_set_limit() 86 drm_public void radeon_cs_space_set_flush(struct radeon_cs *cs, in radeon_cs_space_set_flush() [all …]
|
| D | radeon_cs_space.c | 112 static int radeon_cs_do_space_check(struct radeon_cs_int *cs, struct radeon_cs_space_check *new_tmp) in radeon_cs_do_space_check() 169 radeon_cs_space_add_persistent_bo(struct radeon_cs *cs, struct radeon_bo *bo, in radeon_cs_space_add_persistent_bo() 192 static int radeon_cs_check_space_internal(struct radeon_cs_int *cs, in radeon_cs_check_space_internal() 213 radeon_cs_space_check_with_bo(struct radeon_cs *cs, struct radeon_bo *bo, in radeon_cs_space_check_with_bo() 233 drm_public int radeon_cs_space_check(struct radeon_cs *cs) in radeon_cs_space_check() 239 drm_public void radeon_cs_space_reset_bos(struct radeon_cs *cs) in radeon_cs_space_reset_bos()
|
| D | radeon_cs_gem.c | 74 struct drm_radeon_cs cs; member 172 static int cs_gem_write_reloc(struct radeon_cs_int *cs, in cs_gem_write_reloc() 276 static int cs_gem_begin(struct radeon_cs_int *cs, in cs_gem_begin() 311 static int cs_gem_end(struct radeon_cs_int *cs, in cs_gem_end() 337 static void cs_gem_dump_bof(struct radeon_cs_int *cs) in cs_gem_dump_bof() 424 static int cs_gem_emit(struct radeon_cs_int *cs) in cs_gem_emit() 461 static int cs_gem_destroy(struct radeon_cs_int *cs) in cs_gem_destroy() 473 static int cs_gem_erase(struct radeon_cs_int *cs) in cs_gem_erase() 497 static int cs_gem_need_flush(struct radeon_cs_int *cs) in cs_gem_need_flush() 502 static void cs_gem_print(struct radeon_cs_int *cs, FILE *file) in cs_gem_print()
|
| D | radeon_cs.h | 115 static inline void radeon_cs_write_dword(struct radeon_cs *cs, uint32_t dword) in radeon_cs_write_dword() 123 static inline void radeon_cs_write_qword(struct radeon_cs *cs, uint64_t qword) in radeon_cs_write_qword() 132 static inline void radeon_cs_write_table(struct radeon_cs *cs, in radeon_cs_write_table()
|
| /external/icu/icu4c/source/common/unicode/ |
| D | ustring.h | 942 # define U_STRING_DECL(var, cs, length) static const UChar *var=(const UChar *)U_DECLARE_UTF16(cs) argument 944 # define U_STRING_INIT(var, cs, length) argument 946 # define U_STRING_DECL(var, cs, length) static const UChar var[(length)+1]=L ## cs argument 948 # define U_STRING_INIT(var, cs, length) argument 950 # define U_STRING_DECL(var, cs, length) static const UChar var[(length)+1]=cs argument 952 # define U_STRING_INIT(var, cs, length) argument 954 # define U_STRING_DECL(var, cs, length) static UChar var[(length)+1] argument 956 # define U_STRING_INIT(var, cs, length) u_charsToUChars(cs, var, length+1) argument
|
| /external/tcpdump/ |
| D | cpack.c | 57 cpack_align_and_reserve(struct cpack_state *cs, size_t wordsize) in cpack_align_and_reserve() 73 cpack_advance(struct cpack_state *cs, const size_t toskip) in cpack_advance() 83 cpack_init(struct cpack_state *cs, u_int8_t *buf, size_t buflen) in cpack_init() 96 cpack_uint64(struct cpack_state *cs, u_int64_t *u) in cpack_uint64() 112 cpack_uint32(struct cpack_state *cs, u_int32_t *u) in cpack_uint32() 128 cpack_uint16(struct cpack_state *cs, u_int16_t *u) in cpack_uint16() 144 cpack_uint8(struct cpack_state *cs, u_int8_t *u) in cpack_uint8()
|
| /external/mesa3d/src/gallium/winsys/radeon/drm/ |
| D | radeon_drm_cs.c | 165 struct radeon_drm_cs *cs; in radeon_drm_cs_create() local 197 #define OUT_CS(cs, value) (cs)->buf[(cs)->cdw++] = (value) argument 319 struct radeon_drm_cs *cs = radeon_drm_cs(rcs); in radeon_drm_cs_add_reloc() local 335 struct radeon_drm_cs *cs = radeon_drm_cs(rcs); in radeon_drm_cs_validate() local 371 struct radeon_drm_cs *cs = radeon_drm_cs(rcs); in radeon_drm_cs_memory_below_limit() local 382 struct radeon_drm_cs *cs = radeon_drm_cs(rcs); in radeon_drm_cs_write_reloc() local 423 struct radeon_drm_cs *cs = (struct radeon_drm_cs*)param; in PIPE_THREAD_ROUTINE() local 436 void radeon_drm_cs_sync_flush(struct radeon_drm_cs *cs) in radeon_drm_cs_sync_flush() 447 struct radeon_drm_cs *cs = radeon_drm_cs(rcs); in radeon_drm_cs_flush() local 506 struct radeon_drm_cs *cs = radeon_drm_cs(rcs); in radeon_drm_cs_destroy() local [all …]
|
| D | radeon_drm_cs.h | 37 struct drm_radeon_cs cs; member 91 radeon_bo_is_referenced_by_cs(struct radeon_drm_cs *cs, in radeon_bo_is_referenced_by_cs() 100 radeon_bo_is_referenced_by_cs_for_write(struct radeon_drm_cs *cs, in radeon_bo_is_referenced_by_cs_for_write()
|
| /external/webrtc/src/system_wrappers/source/ |
| D | thread_posix.cc | 281 CriticalSectionScoped cs(_crit_state); in SetNotAlive() local 303 CriticalSectionScoped cs(_crit_state); in Stop() local 317 CriticalSectionScoped cs(_crit_state); in Stop() local 334 CriticalSectionScoped cs(_crit_state); in Run() local 371 CriticalSectionScoped cs(_crit_state); in Run() local 397 CriticalSectionScoped cs(_crit_state); in Run() local
|
| D | cpu_win.cc | 160 CriticalSectionScoped cs(init_crit_); in StopPollingCpu() local 167 CriticalSectionScoped cs(terminate_crit_); in StopPollingCpu() local 188 CriticalSectionScoped cs(terminate_crit_); in ProcessImpl() local 199 CriticalSectionScoped cs(init_crit_); in ProcessImpl() local
|
| D | condition_variable_unittest.cc | 59 CriticalSectionScoped cs(crit_sect_); in Pass() local 71 CriticalSectionScoped cs(crit_sect_); in Grab() local 81 CriticalSectionScoped cs(giver_sect_); in PassCount() local
|
| D | condition_variable_posix.cc | 84 CriticalSectionPosix* cs = reinterpret_cast<CriticalSectionPosix*>( in SleepCS() local 104 CriticalSectionPosix* cs = reinterpret_cast<CriticalSectionPosix*>( in SleepCS() local
|
| /external/mesa3d/src/gallium/drivers/radeonsi/ |
| D | r600_hw_context.c | 38 struct radeon_winsys_cs *cs = ctx->cs; in si_get_backend_mask() local 182 struct radeon_winsys_cs *cs = ctx->cs; in si_context_flush() local 240 struct radeon_winsys_cs *cs = ctx->cs; in si_context_emit_fence() local 362 struct radeon_winsys_cs *cs = ctx->cs; in r600_query_begin() local 449 struct radeon_winsys_cs *cs = ctx->cs; in r600_query_end() local 494 struct radeon_winsys_cs *cs = ctx->cs; in r600_query_predication() local 649 struct radeon_winsys_cs *cs = ctx->cs; in r600_context_draw_opaque_count() local
|
| /external/mesa3d/src/gallium/drivers/r600/ |
| D | r600_hw_context.c | 34 struct radeon_winsys_cs *cs = ctx->cs; in r600_get_backend_mask() local 119 struct radeon_winsys_cs *cs = ctx->cs; in r600_context_ps_partial_flush() local 813 struct radeon_winsys_cs *cs = ctx->cs; in r600_context_block_emit_dirty() local 924 struct radeon_winsys_cs *cs = ctx->cs; in r600_context_flush() local 1029 struct radeon_winsys_cs *cs = ctx->cs; in r600_context_emit_fence() local 1051 struct radeon_winsys_cs *cs = ctx->cs; in r600_flush_vgt_streamout() local 1071 struct radeon_winsys_cs *cs = ctx->cs; in r600_set_streamout_enable() local 1090 struct radeon_winsys_cs *cs = ctx->cs; in r600_context_streamout_begin() local 1201 struct radeon_winsys_cs *cs = ctx->cs; in r600_context_streamout_end() local
|
| D | evergreen_hw_context.c | 780 struct radeon_winsys_cs *cs = ctx->cs; in evergreen_flush_vgt_streamout() local 800 struct radeon_winsys_cs *cs = ctx->cs; in evergreen_set_streamout_enable() local
|
| /external/libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.ownerless/ |
| D | owner_less.pass.cpp | 48 CS cs; in main() local 66 CS cs; in main() local
|
| /external/libcxx/test/std/strings/basic.string/string.access/ |
| D | index.pass.cpp | 29 const S& cs = s; in main() local 43 const S& cs = s; in main() local
|
| /external/llvm/lib/Support/ |
| D | regex2.h | 116 #define CHadd(cs, c) ((cs)->ptr[(uch)(c)] |= (cs)->mask, (cs)->hash += (c)) argument 117 #define CHsub(cs, c) ((cs)->ptr[(uch)(c)] &= ~(cs)->mask, (cs)->hash -= (c)) argument 118 #define CHIN(cs, c) ((cs)->ptr[(uch)(c)] & (cs)->mask) argument 119 #define MCadd(p, cs, cp) mcadd(p, cs, cp) /* llvm_regcomp() internal fns */ argument 120 #define MCsub(p, cs, cp) mcsub(p, cs, cp) argument 121 #define MCin(p, cs, cp) mcin(p, cs, cp) argument
|
| D | regcomp.c | 671 cset *cs; in p_bracket() local 748 p_b_term(struct parse *p, cset *cs) in p_b_term() 811 p_b_cclass(struct parse *p, cset *cs) in p_b_cclass() 844 p_b_eclass(struct parse *p, cset *cs) in p_b_eclass() 1071 cset *cs; in allocset() local 1127 freeset(struct parse *p, cset *cs) in freeset() 1149 freezeset(struct parse *p, cset *cs) in freezeset() 1180 firstch(struct parse *p, cset *cs) in firstch() 1196 nch(struct parse *p, cset *cs) in nch() 1212 mcadd( struct parse *p, cset *cs, const char *cp) in mcadd() [all …]
|
| /external/ppp/pppd/ |
| D | chap-new.c | 171 struct chap_client_state *cs = &client; in chap_lowerup() local 183 struct chap_client_state *cs = &client; in chap_lowerdown() local 230 struct chap_client_state *cs = &client; in chap_auth_with_peer() local 438 chap_respond(struct chap_client_state *cs, int id, in chap_respond() 491 chap_handle_status(struct chap_client_state *cs, int code, int id, in chap_handle_status() 532 struct chap_client_state *cs = &client; in chap_input() local 563 struct chap_client_state *cs = &client; in chap_protrej() local
|
| /external/iptables/iptables/ |
| D | xshared.c | 95 static bool should_load_proto(struct iptables_command_state *cs) in should_load_proto() 105 struct xtables_match *load_proto(struct iptables_command_state *cs) in load_proto() 113 int command_default(struct iptables_command_state *cs, in command_default()
|
| /external/jsilver/src/org/clearsilver/ |
| D | DelegatedCs.java | 31 private final CS cs; field in DelegatedCs 33 public DelegatedCs(CS cs) { in DelegatedCs()
|
| /external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/ |
| D | CharsetICU.java | 97 public boolean contains(Charset cs){ in contains() 170 Class<? extends CharsetICU> cs = Class.forName(className).asSubclass(CharsetICU.class); in getCharset() local 223 CharsetICU cs = (CharsetICU) icuProvider.charsetForName(charsetName); in forNameICU() local
|
| /external/icu/icu4j/main/tests/charset/src/com/ibm/icu/dev/test/charset/ |
| D | TestCharset.java | 1622 Charset cs = icu.charsetForName("windows-936-2000"); in TestWindows936() local 1633 Charset cs = icu.charsetForName((String)charsets[i]); in TestICUAvailableCharsets() local 1666 Charset cs = CharsetICU.forNameICU(encoding); in TestEncoderCreation() local 1683 Charset cs = Charset.forName(encoding); in TestEncoderCreation() local 1746 Charset cs = new CharsetProviderICU().charsetForName("iso-8859-1"); in TestISO88591() local 1815 Charset cs = (new CharsetProviderICU()).charsetForName("UTF-16"); in TestUTF16Bom() local 2450 Charset cs = provider.charsetForName((String)available[i]); in TestAllNames() local 2485 private void execDecoder(Charset cs){ in execDecoder() 2502 private void execEncoder(Charset cs){ in execEncoder() 2531 private CoderResult execMalformed(Charset cs){ in execMalformed() [all …]
|
| /external/clang/test/Index/ |
| D | boxed-exprs.h | 8 static inline void infoo(const char *cs) { in infoo()
|