OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:structSize
(Results
1 - 8
of
8
) sorted by null
/external/webkit/Source/WebKit/win/
WebKitGraphics.cpp
76
// the old WebTextRenderInfo that has a smaller
structSize
than the current one with the new text shadow data members.
79
DWORD
structSize
;
93
if (!info || info->
structSize
< sizeof(WebTextRenderInfoWithoutShadow) || !info->cgContext || !info->description)
111
if (info->
structSize
== sizeof(WebTextRenderInfo) &&
WebKitGraphics.h
51
DWORD
structSize
;
/external/llvm/lib/Target/Sparc/
DelaySlotFiller.cpp
82
bool needsUnimp(MachineBasicBlock::iterator I, unsigned &
StructSize
);
117
unsigned
structSize
= 0;
118
if (needsUnimp(I,
structSize
)) {
122
TII->get(SP::UNIMP)).addImm(
structSize
);
305
bool Filler::needsUnimp(MachineBasicBlock::iterator I, unsigned &
StructSize
)
321
StructSize
= MO.getImm();
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/
Intermediate.cpp
1037
size_t
structSize
= fields->size();
1040
for (size_t j = 0; j <
structSize
; j++) {
[
all
...]
/hardware/ti/omap4xxx/domx/domx/omx_rpc/src/
omx_rpc_stub.c
315
OMX_U32
structSize
= 0;
338
structSize
= RPC_UTIL_GETSTRUCTSIZE(pCompParam);
339
RPC_SETFIELDCOPYGEN(pData, nPos, pCompParam,
structSize
);
383
OMX_U32
structSize
= 0;
409
structSize
= RPC_UTIL_GETSTRUCTSIZE(pCompParam);
410
RPC_SETFIELDCOPYGEN(pData, nPos, pCompParam,
structSize
);
422
structSize
);
461
OMX_U32
structSize
= 0;
486
structSize
= RPC_UTIL_GETSTRUCTSIZE(pCompConfig);
487
RPC_SETFIELDCOPYGEN(pData, nPos, pCompConfig,
structSize
);
[
all
...]
/external/icu4c/common/
icuplug.c
39
uint32_t
structSize
; /**< initialized to the size of this structure */
330
plug->
structSize
= sizeof(UPlugData);
ucnv_bld.h
65
uint32_t
structSize
; /* +0: 4 Size of this structure */
94
uint32_t
structSize
; /* Size of this structure */
/external/sonivox/arm-wt-22k/lib_src/
eas_mdls.c
[
all
...]
Completed in 263 milliseconds