HomeSort by relevance Sort by last modified time
    Searched refs:ArraySize (Results 51 - 75 of 97) sorted by null

1 23 4

  /external/chromium_org/third_party/sqlite/src/src/
analyze.c 62 for(i=0; i<ArraySize(aTable); i++){
93 for(i=0; i<ArraySize(aTable); i++){
test_vfs.c 229 for(i=0; i<ArraySize(aCode); i++){
1059 for(iMethod=0; iMethod<ArraySize(vfsmethod); iMethod++){
1065 if( iMethod==ArraySize(vfsmethod) ){
    [all...]
printf.c 346 for(idx=0; idx<ArraySize(fmtinfo); idx++){
    [all...]
test_stat.c 237 for(i=0; i<ArraySize(pCsr->aPage); i++){
date.c 512 for(n=0; n<ArraySize(zBuf)-1 && zMod[n]; n++){
1090 for(i=0; i<ArraySize(aDateTimeFuncs); i++){
shell.c 452 #define ArraySize(X) (int)(sizeof(X)/sizeof(X[0]))
676 if( i<ArraySize(p->colWidth) ){
687 if( i<ArraySize(p->actualWidth) ){
697 if( i<ArraySize(p->actualWidth) ){
711 if( i<ArraySize(p->actualWidth) ){
    [all...]
main.c 534 for(i=0; i<ArraySize(aFlagOp); i++){
743 for(j=0; j<ArraySize(db->aFunc.a); j++){
894 # define NDELAY ArraySize(delays)
    [all...]
alter.c 243 for(i=0; i<ArraySize(aAlterTableFuncs); i++){
prepare.c 248 for(i=0; i<ArraySize(meta); i++){
recover.c     [all...]
wal.c     [all...]
  /external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d11gears/
d3d11gears.cpp 321 zsbufd.ArraySize = 1;
367 offscreend.ArraySize = 1;
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d11/
Renderer11.cpp 178 ArraySize(featureLevels),
197 ArraySize(featureLevels),
284 filter.DenyList.NumIDs = ArraySize(hideMessages);
334 unsigned int numRenderFormats = ArraySize(RenderTargetFormats);
335 unsigned int numDepthFormats = ArraySize(DepthStencilFormats);
    [all...]
RenderTarget11.cpp 294 desc.ArraySize = 1;
Clear11.cpp 69 result = device->CreateInputLayout(quadLayout, ArraySize(quadLayout), vsByteCode, vsSize, &shader.inputLayout);
  /external/llvm/lib/Transforms/Scalar/
LoopIdiomRecognize.cpp     [all...]
  /external/chromium_org/third_party/angle/src/libGLESv2/
Context.cpp     [all...]
State.cpp 227 for (unsigned int i = 0; i < ArraySize(clearParams.clearColor); i++)
250 for (unsigned int i = 0; i < ArraySize(clearParams.clearColor); i++)
    [all...]
  /external/llvm/include/llvm/IR/
Instructions.h 63 explicit AllocaInst(Type *Ty, Value *ArraySize = nullptr,
66 AllocaInst(Type *Ty, Value *ArraySize,
72 AllocaInst(Type *Ty, Value *ArraySize, unsigned Align,
74 AllocaInst(Type *Ty, Value *ArraySize, unsigned Align,
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d3d11.h 531 UINT ArraySize;
536 UINT ArraySize;
542 UINT ArraySize;
547 UINT ArraySize;
565 UINT ArraySize;
570 UINT ArraySize;
576 UINT ArraySize;
581 UINT ArraySize;
598 UINT ArraySize;
602 UINT ArraySize;
    [all...]
d3d10.h 830 UINT ArraySize;
841 explicit CD3D10_TEXTURE1D_DESC(DXGI_FORMAT format, UINT width, UINT arraySize = 1, UINT mipLevels = 0,
846 ArraySize = arraySize;
863 UINT ArraySize;
876 UINT arraySize = 1,
887 ArraySize = arraySize;
928 UINT ArraySize;
936 UINT ArraySize;
    [all...]
  /external/clang/lib/Sema/
TreeTransform.h     [all...]
  /external/chromium_org/net/disk_cache/blockfile/
sparse_control.cc 569 int len = children_map_.ArraySize() * 4;
sparse_control_v3.cc 536 int len = children_map_.ArraySize() * 4;
  /external/chromium_org/third_party/angle/src/libEGL/
libEGL.cpp 1022 for (unsigned int ext = 0; ext < ArraySize(eglExtensions); ext++)

Completed in 1543 milliseconds

1 23 4