Searched refs:ds (Results 1 - 25 of 456) sorted by relevance

1234567891011>>

/external/mesa3d/src/gallium/drivers/svga/
H A Dsvga_pipe_depthstencil.c80 struct svga_depth_stencil_state *ds)
86 ds->id = util_bitmask_add(svga->ds_object_id_bm);
97 /* Note: we use the ds->stencil[0].enabled value for both the front
102 ds->id,
104 ds->zenable,
105 ds->zwriteenable,
106 ds->zfunc,
108 ds->stencil[0].enabled, /*f|b*/
109 ds->stencil[0].enabled, /*f*/
110 ds
79 define_depth_stencil_state_object(struct svga_context *svga, struct svga_depth_stencil_state *ds) argument
135 struct svga_depth_stencil_state *ds = CALLOC_STRUCT(svga_depth_stencil_state); local
235 struct svga_depth_stencil_state *ds = local
[all...]
/external/python/cpython3/Modules/
H A Derrnomodule.c108 #define inscode(d, ds, de, name, code, comment) _inscode(d, de, name, code)
119 inscode(d, ds, de, "ENODEV", ENODEV, "No such device");
122 inscode(d, ds, de, "ENOCSI", ENOCSI, "No CSI structure available");
125 inscode(d, ds, de, "EHOSTUNREACH", EHOSTUNREACH, "No route to host");
128 inscode(d, ds, de, "EHOSTUNREACH", WSAEHOSTUNREACH, "No route to host");
132 inscode(d, ds, de, "ENOMSG", ENOMSG, "No message of desired type");
135 inscode(d, ds, de, "EUCLEAN", EUCLEAN, "Structure needs cleaning");
138 inscode(d, ds, de, "EL2NSYNC", EL2NSYNC, "Level 2 not synchronized");
141 inscode(d, ds, de, "EL2HLT", EL2HLT, "Level 2 halted");
144 inscode(d, ds, d
[all...]
/external/python/cpython2/Modules/
H A Derrnomodule.c68 #define inscode(d, ds, de, name, code, comment) _inscode(d, de, name, code)
76 inscode(d, ds, de, "ENODEV", ENODEV, "No such device");
79 inscode(d, ds, de, "ENOCSI", ENOCSI, "No CSI structure available");
82 inscode(d, ds, de, "EHOSTUNREACH", EHOSTUNREACH, "No route to host");
85 inscode(d, ds, de, "EHOSTUNREACH", WSAEHOSTUNREACH, "No route to host");
89 inscode(d, ds, de, "ENOMSG", ENOMSG, "No message of desired type");
92 inscode(d, ds, de, "EUCLEAN", EUCLEAN, "Structure needs cleaning");
95 inscode(d, ds, de, "EL2NSYNC", EL2NSYNC, "Level 2 not synchronized");
98 inscode(d, ds, de, "EL2HLT", EL2HLT, "Level 2 halted");
101 inscode(d, ds, d
[all...]
/external/icu/android_icu4j/src/main/java/android/icu/impl/duration/
H A DBasicPeriodFormatterService.java25 private PeriodFormatterDataService ds; field in class:BasicPeriodFormatterService
34 PeriodFormatterDataService ds = ResourceBasedPeriodFormatterDataService
36 instance = new BasicPeriodFormatterService(ds);
45 * @param ds the data service to use
47 public BasicPeriodFormatterService(PeriodFormatterDataService ds) { argument
48 this.ds = ds;
58 return new BasicPeriodFormatterFactory(ds);
63 return new BasicPeriodBuilderFactory(ds);
68 return ds
[all...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/duration/
H A DBasicPeriodFormatterService.java23 private PeriodFormatterDataService ds; field in class:BasicPeriodFormatterService
32 PeriodFormatterDataService ds = ResourceBasedPeriodFormatterDataService
34 instance = new BasicPeriodFormatterService(ds);
43 * @param ds the data service to use
45 public BasicPeriodFormatterService(PeriodFormatterDataService ds) { argument
46 this.ds = ds;
56 return new BasicPeriodFormatterFactory(ds);
61 return new BasicPeriodBuilderFactory(ds);
66 return ds
[all...]
/external/syslinux/gpxe/src/arch/i386/transitions/
H A Dlibkir.S46 * %ds : .data16 segment
52 pushw %ds
61 * and kir_sp. %ds, %es, %fs and %gs are all restored from the saved
74 movw %ds, %cs:ext_ds
76 popw %ds /* Set %ds = %cs for easier access to variables */
77 movw %es, %ds:ext_es
78 movw %fs, %ds:ext_fs
79 movw %gs, %ds:ext_fs
82 movw %ax, %ds
[all...]
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dgen6_depthstencil.c38 struct gen6_depth_stencil_state *ds; local
44 ds = brw_state_batch(brw, AUB_TRACE_DEPTH_STENCIL_STATE,
45 sizeof(*ds), 64,
47 memset(ds, 0, sizeof(*ds));
53 ds->ds0.stencil_enable = 1;
54 ds->ds0.stencil_func =
56 ds->ds0.stencil_fail_op =
58 ds->ds0.stencil_pass_depth_fail_op =
60 ds
[all...]
/external/strace/tests/
H A Dipc_msg.c79 struct msqid_ds ds; local
106 if (msgctl(id, IPC_STAT, &ds))
112 id, (unsigned) ds.msg_perm.uid, (unsigned) ds.msg_perm.gid,
113 (unsigned) ds.msg_perm.mode, (unsigned) ds.msg_perm.__key,
114 (unsigned) ds.msg_perm.cuid, (unsigned) ds.msg_perm.cgid,
115 (unsigned) ds.msg_stime, (unsigned) ds
[all...]
H A Dipc_shm.c82 struct shmid_ds ds; local
140 if (shmctl(id, IPC_STAT, &ds))
146 id, (unsigned) ds.shm_perm.uid, (unsigned) ds.shm_perm.gid,
147 (unsigned) ds.shm_perm.mode, (unsigned) ds.shm_perm.__key,
148 (unsigned) ds.shm_perm.cuid, (unsigned) ds.shm_perm.cgid,
149 (unsigned) ds.shm_segsz, (unsigned) ds
[all...]
/external/strace/tests-m32/
H A Dipc_msg.c79 struct msqid_ds ds; local
106 if (msgctl(id, IPC_STAT, &ds))
112 id, (unsigned) ds.msg_perm.uid, (unsigned) ds.msg_perm.gid,
113 (unsigned) ds.msg_perm.mode, (unsigned) ds.msg_perm.__key,
114 (unsigned) ds.msg_perm.cuid, (unsigned) ds.msg_perm.cgid,
115 (unsigned) ds.msg_stime, (unsigned) ds
[all...]
H A Dipc_shm.c82 struct shmid_ds ds; local
140 if (shmctl(id, IPC_STAT, &ds))
146 id, (unsigned) ds.shm_perm.uid, (unsigned) ds.shm_perm.gid,
147 (unsigned) ds.shm_perm.mode, (unsigned) ds.shm_perm.__key,
148 (unsigned) ds.shm_perm.cuid, (unsigned) ds.shm_perm.cgid,
149 (unsigned) ds.shm_segsz, (unsigned) ds
[all...]
/external/strace/tests-mx32/
H A Dipc_msg.c79 struct msqid_ds ds; local
106 if (msgctl(id, IPC_STAT, &ds))
112 id, (unsigned) ds.msg_perm.uid, (unsigned) ds.msg_perm.gid,
113 (unsigned) ds.msg_perm.mode, (unsigned) ds.msg_perm.__key,
114 (unsigned) ds.msg_perm.cuid, (unsigned) ds.msg_perm.cgid,
115 (unsigned) ds.msg_stime, (unsigned) ds
[all...]
H A Dipc_shm.c82 struct shmid_ds ds; local
140 if (shmctl(id, IPC_STAT, &ds))
146 id, (unsigned) ds.shm_perm.uid, (unsigned) ds.shm_perm.gid,
147 (unsigned) ds.shm_perm.mode, (unsigned) ds.shm_perm.__key,
148 (unsigned) ds.shm_perm.cuid, (unsigned) ds.shm_perm.cgid,
149 (unsigned) ds.shm_segsz, (unsigned) ds
[all...]
/external/icu/icu4c/source/common/
H A Ducol_swp.cpp36 utrie_swap(const UDataSwapper *ds, argument
47 if(ds==NULL || inData==NULL || (length>=0 && outData==NULL)) {
59 trie.signature=ds->readUInt32(inTrie->signature);
60 trie.options=ds->readUInt32(inTrie->options);
61 trie.indexLength=udata_readInt32(ds, inTrie->indexLength);
62 trie.dataLength=udata_readInt32(ds, inTrie->dataLength);
91 ds->swapArray32(ds, inTrie, sizeof(UTrieHeader), outTrie, pErrorCode);
95 ds->swapArray16(ds, inTri
109 ucol_looksLikeCollationBinary(const UDataSwapper *ds, const void *inData, int32_t length) argument
165 swapFormatVersion3(const UDataSwapper *ds, const void *inData, int32_t length, void *outData, UErrorCode *pErrorCode) argument
379 swapFormatVersion4(const UDataSwapper *ds, const void *inData, int32_t length, void *outData, UErrorCode &errorCode) argument
551 ucol_swap(const UDataSwapper *ds, const void *inData, int32_t length, void *outData, UErrorCode *pErrorCode) argument
600 ucol_swapInverseUCA(const UDataSwapper *ds, const void *inData, int32_t length, void *outData, UErrorCode *pErrorCode) argument
[all...]
H A Ducol_swp.h35 ucol_looksLikeCollationBinary(const UDataSwapper *ds,
43 ucol_swap(const UDataSwapper *ds,
52 ucol_swapInverseUCA(const UDataSwapper *ds,
H A Drbbidata.cpp302 ubrk_swap(const UDataSwapper *ds, const void *inData, int32_t length, void *outData, argument
308 if(ds==NULL || inData==NULL || length<-1 || (length>0 && outData==NULL)) {
323 udata_printError(ds, "ubrk_swap(): data format %02x.%02x.%02x.%02x (format version %02x) is not recognized\n",
337 int32_t headerSize=udata_swapDataHeader(ds, inData, length, outData, status);
345 if (ds->readUInt32(rbbiDH->fMagic) != 0xb1a0 ||
347 ds->readUInt32(rbbiDH->fLength) < sizeof(RBBIDataHeader)) {
348 udata_printError(ds, "ubrk_swap(): RBBI Data header is invalid.\n");
356 int32_t breakDataLength = ds->readUInt32(rbbiDH->fLength);
366 udata_printError(ds, "ubrk_swap(): too few bytes (%d after ICU Data header) for break data.\n",
400 tableStartOffset = ds
[all...]
/external/jcommander/src/test/java/com/beust/jcommander/dynamic/
H A DDynamicParameterTest.java20 DSimple ds = new DSimple();
21 new JCommander(ds).parse("-D", "a:b", "-D", "c=d");
25 DSimple ds = new DSimple();
26 new JCommander(ds).parse(parameters);
27 Assert.assertEquals(ds.params, Maps.newHashMap("a", "b", "c", "d"));
39 DSimple ds = new DSimple();
40 new JCommander(ds).usage(new StringBuilder());
44 DSimple ds = new DSimple();
45 new JCommander(ds).parse("-D", "a=b", "-A", "c@d");
46 Assert.assertEquals(ds
[all...]
/external/valgrind/memcheck/tests/linux/
H A Dbrk.c13 void* ds = orig_ds; local
19 vals[2] = ds - 0x1; // small shrink
20 vals[3] = ds;
21 vals[4] = ds + 0x1000; // small growth
22 vals[5] = ds + 0x40000000; // too-big growth
23 vals[6] = ds + 0x500; // shrink a little, but still above start size
24 vals[7] = ds - 0x1; // shrink below start size
25 // vals[8] = ds - 0x1000; // shrink a lot below start size (into text)
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_dirty_surfaces.h51 util_dirty_surfaces_init(struct util_dirty_surfaces *ds) argument
53 LIST_INITHEAD(&ds->dirty_list);
62 struct util_dirty_surface *ds = LIST_ENTRY(struct util_dirty_surface, p, dirty_list); local
65 flush(pipe, &ds->base);
77 struct util_dirty_surface *ds = LIST_ENTRY(struct util_dirty_surface, p, dirty_list); local
80 if(ds->base.u.tex.level >= first && ds->base.u.tex.level <= last)
81 flush(pipe, &ds->base);
94 util_dirty_surface_init(struct util_dirty_surface *ds) argument
96 LIST_INITHEAD(&ds
100 util_dirty_surface_is_dirty(struct util_dirty_surface *ds) argument
106 util_dirty_surface_set_dirty(struct util_dirty_surfaces *dss, struct util_dirty_surface *ds) argument
113 util_dirty_surface_set_clean(struct util_dirty_surfaces *dss, struct util_dirty_surface *ds) argument
[all...]
/external/valgrind/none/tests/x86-solaris/
H A Dcoredump_single_thread.c10 uint16_t cs, ds, ss, es, fs, gs; local
16 "movw %%ds, %1\n"
21 : "=m" (cs), "=m" (ds), "=m" (ss), "=m" (es), "=m" (fs), "=m" (gs));
22 printf("cs=%#x ds=%#x ss=%#x es=%#x fs=%#x gs=%#x\n",
23 cs, ds, ss, es, fs, gs);
/external/compiler-rt/test/asan/TestCases/Linux/
H A Dshmctl.cc15 struct shmid_ds ds; local
16 int res = shmctl(id, IPC_STAT, &ds);
18 printf("shm_segsz: %zd\n", ds.shm_segsz);
19 assert(ds.shm_segsz == 4096);
/external/icu/icu4c/source/tools/toolutil/
H A Dswapimpl.h41 udata_swap(const UDataSwapper *ds,
H A Dswapimpl.cpp76 upname_swap(const UDataSwapper *ds, argument
80 int32_t headerSize=udata_swapDataHeader(ds, inData, length, outData, pErrorCode);
96 udata_printError(ds, "upname_swap(): data format %02x.%02x.%02x.%02x (format version %02x) is not recognized as pnames.icu\n",
111 udata_printError(ds, "upname_swap(): too few bytes (%d after header) for pnames.icu\n",
119 int32_t totalSize=udata_readInt32(ds, inIndexes[PropNameData::IX_TOTAL_SIZE]);
122 udata_printError(ds, "upname_swap(): too few bytes (%d after header, should be %d) "
130 udata_readInt32(ds, inIndexes[PropNameData::IX_BYTE_TRIES_OFFSET]);
133 ds->swapArray32(ds, inBytes, numBytesIndexesAndValueMaps, outBytes, pErrorCode);
161 uprops_swap(const UDataSwapper *ds, argument
309 ucase_swap(const UDataSwapper *ds, const void *inData, int32_t length, void *outData, UErrorCode *pErrorCode) argument
411 ubidi_swap(const UDataSwapper *ds, const void *inData, int32_t length, void *outData, UErrorCode *pErrorCode) argument
521 unorm_swap(const UDataSwapper *ds, const void *inData, int32_t length, void *outData, UErrorCode *pErrorCode) argument
645 test_swap(const UDataSwapper *ds, const void *inData, int32_t length, void *outData, UErrorCode *pErrorCode) argument
751 udata_swap(const UDataSwapper *ds, const void *inData, int32_t length, void *outData, UErrorCode *pErrorCode) argument
[all...]
/external/webrtc/webrtc/examples/peerconnection/server/
H A Dpeer_channel.cc75 bool ChannelMember::is_wait_request(DataSocket* ds) const {
76 return ds && ds->PathEquals(kRequestPaths[kWait]);
106 void ChannelMember::ForwardRequestToPeer(DataSocket* ds, ChannelMember* peer) { argument
108 assert(ds);
113 ds->Send("200 OK", true, ds->content_type(), extra_headers,
114 ds->data());
118 peer->QueueResponse("200 OK", ds->content_type(), extra_headers,
119 ds
124 OnClosing(DataSocket* ds) argument
155 SetWaitingSocket(DataSocket* ds) argument
173 IsPeerConnection(const DataSocket* ds) argument
245 AddMember(DataSocket* ds) argument
272 OnClosing(DataSocket* ds) argument
[all...]
/external/clang/test/CodeGen/
H A Ddesignated-initializers.c24 struct ds { struct
37 struct ds ds0 = { { { .a = 0 } } };
39 struct ds ds1 = { { .a = 1 } };
40 struct ds ds2 = { { .b = 1 } };
41 struct ds ds3 = { .a = 0 };
42 // CHECK: @ds4 = global %struct.ds { %struct.anon.3 { %struct.anon zeroinitializer, i16 0, %struct.anon.2 { i16 1 } } }
43 struct ds ds4 = { .c = 1 };
44 struct ds ds5 = { { { .a = 0 } }, .b = 1 };
45 struct ds ds6 = { { .a = 0, .b = 1 } };
46 // CHECK: @ds7 = global %struct.ds {
[all...]

Completed in 1378 milliseconds

1234567891011>>