HomeSort by relevance Sort by last modified time
    Searched refs:ds (Results 1 - 25 of 302) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/
segmov.asm 1 mov [0], ds
2 mov word [0], ds
3 mov ax, ds
4 mov eax, ds
5 mov ds, ax
6 mov ds, eax
7 mov ds, [0]
8 mov ds, word [0]
9 mov word ds, [0]
  /external/chromium_org/content/renderer/
internal_document_state_data.cc 32 blink::WebDataSource* ds) {
33 return FromDocumentState(static_cast<DocumentState*>(ds->extraData()));
38 DocumentState* ds) {
39 if (!ds)
42 ds->GetUserData(&kUserDataKey));
45 ds->SetUserData(&kUserDataKey, data);
  /external/chromium_org/third_party/icu/source/common/
ucol_swp.cpp 33 utrie_swap(const UDataSwapper *ds,
44 if(ds==NULL || inData==NULL || (length>=0 && outData==NULL)) {
56 trie.signature=ds->readUInt32(inTrie->signature);
57 trie.options=ds->readUInt32(inTrie->options);
58 trie.indexLength=udata_readInt32(ds, inTrie->indexLength);
59 trie.dataLength=udata_readInt32(ds, inTrie->dataLength);
88 ds->swapArray32(ds, inTrie, sizeof(UTrieHeader), outTrie, pErrorCode);
92 ds->swapArray16(ds, inTrie+1, trie.indexLength*2, outTrie+1, pErrorCode)
    [all...]
rbbidata.cpp 276 ubrk_swap(const UDataSwapper *ds, const void *inData, int32_t length, void *outData,
282 if(ds==NULL || inData==NULL || length<-1 || (length>0 && outData==NULL)) {
297 udata_printError(ds, "ubrk_swap(): data format %02x.%02x.%02x.%02x (format version %02x) is not recognized\n",
311 int32_t headerSize=udata_swapDataHeader(ds, inData, length, outData, status);
324 if (ds->readUInt32(rbbiDH->fMagic) != 0xb1a0 ||
326 ds->readUInt32(rbbiDH->fLength) < sizeof(RBBIDataHeader))
328 udata_printError(ds, "ubrk_swap(): RBBI Data header is invalid.\n");
336 int32_t breakDataLength = ds->readUInt32(rbbiDH->fLength);
346 udata_printError(ds, "ubrk_swap(): too few bytes (%d after ICU Data header) for break data.\n",
380 tableStartOffset = ds->readUInt32(rbbiDH->fFTable)
    [all...]
ucol_swp.h 33 ucol_looksLikeCollationBinary(const UDataSwapper *ds,
42 ucol_swapBinary(const UDataSwapper *ds,
51 ucol_swap(const UDataSwapper *ds,
60 ucol_swapInverseUCA(const UDataSwapper *ds,
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
gen6_depthstencil.c 36 struct gen6_depth_stencil_state *ds; local
42 ds = brw_state_batch(brw, AUB_TRACE_DEPTH_STENCIL_STATE,
43 sizeof(*ds), 64,
45 memset(ds, 0, sizeof(*ds));
51 ds->ds0.stencil_enable = 1;
52 ds->ds0.stencil_func =
54 ds->ds0.stencil_fail_op =
56 ds->ds0.stencil_pass_depth_fail_op =
58 ds->ds0.stencil_pass_depth_pass_op
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
gen6_depthstencil.c 36 struct gen6_depth_stencil_state *ds; local
42 ds = brw_state_batch(brw, AUB_TRACE_DEPTH_STENCIL_STATE,
43 sizeof(*ds), 64,
45 memset(ds, 0, sizeof(*ds));
51 ds->ds0.stencil_enable = 1;
52 ds->ds0.stencil_func =
54 ds->ds0.stencil_fail_op =
56 ds->ds0.stencil_pass_depth_fail_op =
58 ds->ds0.stencil_pass_depth_pass_op
    [all...]
  /external/icu/icu4c/source/common/
ucol_swp.cpp 34 utrie_swap(const UDataSwapper *ds,
45 if(ds==NULL || inData==NULL || (length>=0 && outData==NULL)) {
57 trie.signature=ds->readUInt32(inTrie->signature);
58 trie.options=ds->readUInt32(inTrie->options);
59 trie.indexLength=udata_readInt32(ds, inTrie->indexLength);
60 trie.dataLength=udata_readInt32(ds, inTrie->dataLength);
89 ds->swapArray32(ds, inTrie, sizeof(UTrieHeader), outTrie, pErrorCode);
93 ds->swapArray16(ds, inTrie+1, trie.indexLength*2, outTrie+1, pErrorCode)
    [all...]
rbbidata.cpp 276 ubrk_swap(const UDataSwapper *ds, const void *inData, int32_t length, void *outData,
282 if(ds==NULL || inData==NULL || length<-1 || (length>0 && outData==NULL)) {
297 udata_printError(ds, "ubrk_swap(): data format %02x.%02x.%02x.%02x (format version %02x) is not recognized\n",
311 int32_t headerSize=udata_swapDataHeader(ds, inData, length, outData, status);
324 if (ds->readUInt32(rbbiDH->fMagic) != 0xb1a0 ||
326 ds->readUInt32(rbbiDH->fLength) < sizeof(RBBIDataHeader))
328 udata_printError(ds, "ubrk_swap(): RBBI Data header is invalid.\n");
336 int32_t breakDataLength = ds->readUInt32(rbbiDH->fLength);
346 udata_printError(ds, "ubrk_swap(): too few bytes (%d after ICU Data header) for break data.\n",
380 tableStartOffset = ds->readUInt32(rbbiDH->fFTable)
    [all...]
ucol_swp.h 33 ucol_looksLikeCollationBinary(const UDataSwapper *ds,
41 ucol_swap(const UDataSwapper *ds,
50 ucol_swapInverseUCA(const UDataSwapper *ds,
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_dirty_surfaces.h 51 util_dirty_surfaces_init(struct util_dirty_surfaces *ds)
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)
96 LIST_INITHEAD(&ds->dirty_list)
    [all...]
  /external/mesa3d/src/gallium/auxiliary/util/
u_dirty_surfaces.h 51 util_dirty_surfaces_init(struct util_dirty_surfaces *ds)
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)
96 LIST_INITHEAD(&ds->dirty_list)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
svga_pipe_depthstencil.c 76 struct svga_depth_stencil_state *ds = CALLOC_STRUCT( svga_depth_stencil_state ); local
82 ds->stencil[0].enabled = templ->stencil[0].enabled;
83 if (ds->stencil[0].enabled) {
84 ds->stencil[0].func = svga_translate_compare_func(templ->stencil[0].func);
85 ds->stencil[0].fail = svga_translate_stencil_op(templ->stencil[0].fail_op);
86 ds->stencil[0].zfail = svga_translate_stencil_op(templ->stencil[0].zfail_op);
87 ds->stencil[0].pass = svga_translate_stencil_op(templ->stencil[0].zpass_op);
92 ds->stencil_mask = templ->stencil[0].valuemask & 0xff;
93 ds->stencil_writemask = templ->stencil[0].writemask & 0xff;
97 ds->stencil[1].enabled = templ->stencil[1].enabled
    [all...]
  /external/mesa3d/src/gallium/drivers/svga/
svga_pipe_depthstencil.c 76 struct svga_depth_stencil_state *ds = CALLOC_STRUCT( svga_depth_stencil_state ); local
82 ds->stencil[0].enabled = templ->stencil[0].enabled;
83 if (ds->stencil[0].enabled) {
84 ds->stencil[0].func = svga_translate_compare_func(templ->stencil[0].func);
85 ds->stencil[0].fail = svga_translate_stencil_op(templ->stencil[0].fail_op);
86 ds->stencil[0].zfail = svga_translate_stencil_op(templ->stencil[0].zfail_op);
87 ds->stencil[0].pass = svga_translate_stencil_op(templ->stencil[0].zpass_op);
92 ds->stencil_mask = templ->stencil[0].valuemask & 0xff;
93 ds->stencil_writemask = templ->stencil[0].writemask & 0xff;
97 ds->stencil[1].enabled = templ->stencil[1].enabled
    [all...]
  /external/chromium_org/third_party/icu/source/tools/toolutil/
swapimpl.h 39 udata_swap(const UDataSwapper *ds,
swapimpl.cpp 75 upname_swap(const UDataSwapper *ds,
79 int32_t headerSize=udata_swapDataHeader(ds, inData, length, outData, pErrorCode);
95 udata_printError(ds, "upname_swap(): data format %02x.%02x.%02x.%02x (format version %02x) is not recognized as pnames.icu\n",
110 udata_printError(ds, "upname_swap(): too few bytes (%d after header) for pnames.icu\n",
118 int32_t totalSize=udata_readInt32(ds, inIndexes[PropNameData::IX_TOTAL_SIZE]);
121 udata_printError(ds, "upname_swap(): too few bytes (%d after header, should be %d) "
129 udata_readInt32(ds, inIndexes[PropNameData::IX_BYTE_TRIES_OFFSET]);
132 ds->swapArray32(ds, inBytes, numBytesIndexesAndValueMaps, outBytes, pErrorCode);
160 uprops_swap(const UDataSwapper *ds,
    [all...]
  /external/compiler-rt/test/asan/TestCases/Linux/
shmctl.cc 15 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/
swapimpl.h 39 udata_swap(const UDataSwapper *ds,
swapimpl.cpp 75 upname_swap(const UDataSwapper *ds,
79 int32_t headerSize=udata_swapDataHeader(ds, inData, length, outData, pErrorCode);
95 udata_printError(ds, "upname_swap(): data format %02x.%02x.%02x.%02x (format version %02x) is not recognized as pnames.icu\n",
110 udata_printError(ds, "upname_swap(): too few bytes (%d after header) for pnames.icu\n",
118 int32_t totalSize=udata_readInt32(ds, inIndexes[PropNameData::IX_TOTAL_SIZE]);
121 udata_printError(ds, "upname_swap(): too few bytes (%d after header, should be %d) "
129 udata_readInt32(ds, inIndexes[PropNameData::IX_BYTE_TRIES_OFFSET]);
132 ds->swapArray32(ds, inBytes, numBytesIndexesAndValueMaps, outBytes, pErrorCode);
160 uprops_swap(const UDataSwapper *ds,
    [all...]
  /external/chromium_org/third_party/boringssl/src/ssl/
d1_enc.c 136 EVP_CIPHER_CTX *ds; local
149 ds=s->enc_write_ctx;
160 else if ( EVP_CIPHER_block_size(ds->cipher) > 1)
162 if (RAND_bytes(rec->input, EVP_CIPHER_block_size(ds->cipher)) <= 0)
174 ds=s->enc_read_ctx;
186 if ((s->session == NULL) || (ds == NULL) ||
195 bs=EVP_CIPHER_block_size(ds->cipher);
214 printf("EVP_Cipher(ds=%p,rec->data=%p,rec->input=%p,l=%ld) ==>\n",
215 ds,rec->data,rec->input,l);
217 ds->buf_len, ds->cipher->key_len
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/examples/peerconnection/server/
peer_channel.cc 88 bool ChannelMember::is_wait_request(DataSocket* ds) const {
89 return ds && ds->PathEquals(kRequestPaths[kWait]);
116 void ChannelMember::ForwardRequestToPeer(DataSocket* ds, ChannelMember* peer) {
118 assert(ds);
123 ds->Send("200 OK", true, ds->content_type(), extra_headers,
124 ds->data());
128 peer->QueueResponse("200 OK", ds->content_type(), extra_headers,
129 ds->data())
    [all...]
peer_channel.h 49 bool is_wait_request(DataSocket* ds) const;
61 void ForwardRequestToPeer(DataSocket* ds, ChannelMember* peer);
63 void OnClosing(DataSocket* ds);
68 void SetWaitingSocket(DataSocket* ds);
100 static bool IsPeerConnection(const DataSocket* ds);
102 // Finds a connected peer that's associated with the |ds| socket.
103 ChannelMember* Lookup(DataSocket* ds) const;
107 ChannelMember* IsTargetedRequest(const DataSocket* ds) const;
111 bool AddMember(DataSocket* ds);
119 void OnClosing(DataSocket* ds);
    [all...]
  /external/freetype/src/autofit/
afstyles.h 42 #define STYLE_LATIN( s, S, f, F, ds, df, C ) \
44 ds " " df " style", \
51 #define META_STYLE_LATIN( s, S, ds ) \
52 STYLE_LATIN( s, S, c2cp, C2CP, ds, \
55 STYLE_LATIN( s, S, c2sc, C2SC, ds, \
58 STYLE_LATIN( s, S, ordn, ORDN, ds, \
61 STYLE_LATIN( s, S, pcap, PCAP, ds, \
64 STYLE_LATIN( s, S, sinf, SINF, ds, \
67 STYLE_LATIN( s, S, smcp, SMCP, ds, \
70 STYLE_LATIN( s, S, subs, SUBS, ds, \
    [all...]
  /external/clang/test/CodeGen/
designated-initializers.c 24 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 { %struct.anon.3 { %struct.anon { i16 2 }, i16 3, %struct.anon.2 zeroinitializer }
    [all...]
  /external/libexif/libexif/
exif-mem.c 14 exif_mem_alloc_func (ExifLong ds)
16 return calloc ((size_t) ds, 1);
21 exif_mem_realloc_func (void *d, ExifLong ds)
23 return realloc (d, (size_t) ds);
79 exif_mem_alloc (ExifMem *mem, ExifLong ds)
83 return mem->alloc_func ? mem->alloc_func (ds) :
84 mem->realloc_func (NULL, ds);
89 exif_mem_realloc (ExifMem *mem, void *d, ExifLong ds)
91 return (mem && mem->realloc_func) ? mem->realloc_func (d, ds) : NULL;

Completed in 611 milliseconds

1 2 3 4 5 6 7 8 91011>>