/external/mesa3d/src/gallium/state_trackers/dri/sw/ |
drisw.c | 256 int cpp = util_format_get_blocksize(res->format); local 270 ximage_stride = w * cpp;
|
/external/mesa3d/src/mesa/drivers/dri/intel/ |
intel_blit.c | 70 br13_for_cpp(int cpp) 72 switch (cpp) { 92 GLuint cpp, 147 src_pitch *= cpp; 148 dst_pitch *= cpp; 159 if (cpp > 4) { 160 assert(cpp % 4 == 0); 161 dst_x *= cpp / 4; 162 dst_x2 *= cpp / 4; 163 src_x *= cpp / 4 272 int pitch, cpp; local 537 int pitch, cpp; local [all...] |
intel_mipmap_tree.h | 216 GLuint cpp; member in struct:intel_mipmap_tree
|
intel_screen.c | 154 irb->mt->region->cpp, 302 int cpp; local 306 cpp = 1; 308 cpp = _mesa_get_format_bytes(image->format); 310 cpp, width, height, 387 int cpp; local 397 cpp = _mesa_get_format_bytes(image->format); 399 intel_region_alloc(intelScreen, tiling, cpp, width, height, true); 413 *value = image->region->pitch * image->region->cpp; 522 int width, height, offset, stride, dri_format, cpp, index, pitch local [all...] |
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
radeon_screen.h | 60 int cpp; member in struct:radeon_screen 117 int cpp; member in struct:__DRIimageRec
|
radeon_fbo.c | 166 uint32_t pitch = w * rrb->cpp; 180 uint32_t dst_offset = pix_y * rrb->map_pitch + pix_x * rrb->cpp; 204 uint32_t pitch = w * rrb->cpp; 219 uint32_t dst_offset = pix_y * rrb->map_pitch + pix_x * rrb->cpp; 259 ok = rmesa->vtbl.check_blit(rb->Format, rrb->pitch / rrb->cpp); 282 rb->Format, rrb->pitch / rrb->cpp, 286 rb->Format, rrb->map_pitch / rrb->cpp, 340 map += x * rrb->cpp; 370 uint32_t src_offset = pix_y * rrb->map_pitch + pix_x * rrb->cpp; 403 uint32_t src_offset = pix_y * rrb->map_pitch + pix_x * rrb->cpp; 472 int cpp; local [all...] |
/external/protobuf/src/google/protobuf/compiler/cpp/ |
cpp_helpers.cc | 40 #include <google/protobuf/compiler/cpp/cpp_helpers.h> 50 namespace cpp { namespace in namespace:google::protobuf::compiler 491 } // namespace cpp
|
cpp_message.cc | 42 #include <google/protobuf/compiler/cpp/cpp_message.h> 43 #include <google/protobuf/compiler/cpp/cpp_field.h> 44 #include <google/protobuf/compiler/cpp/cpp_enum.h> 45 #include <google/protobuf/compiler/cpp/cpp_extension.h> 46 #include <google/protobuf/compiler/cpp/cpp_helpers.h> 57 namespace cpp { namespace in namespace:google::protobuf::compiler [all...] |
cpp_unittest.cc | 47 #include <google/protobuf/compiler/cpp/cpp_unittest.h> 57 #include <google/protobuf/compiler/cpp/cpp_helpers.h> 58 #include <google/protobuf/compiler/cpp/cpp_test_bad_identifiers.pb.h> 76 namespace cpp { namespace in namespace:google::protobuf::compiler 2025 namespace cpp { namespace in namespace:google::protobuf::compiler [all...] |
/external/valgrind/coregrind/m_initimg/ |
initimg-darwin.c | 130 HChar** cpp; local 165 for (cpp = origenv; cpp && *cpp; cpp++) 173 for (cpp = ret; *origenv; ) 174 *cpp++ = *origenv++; 175 *cpp = NULL; 177 vg_assert(envc == (cpp - ret)); 180 for (cpp = ret; cpp && *cpp; cpp++) 317 HChar **cpp; local [all...] |
initimg-solaris.c | 142 HChar **cpp; local 192 for (cpp = origenv; *cpp; cpp++) 199 for (cpp = ret; *origenv; ) 200 *cpp++ = *origenv++; 201 *cpp = NULL; 203 vg_assert(envc == cpp - ret); 206 for (cpp = ret; *cpp; cpp++) 383 HChar **cpp; local [all...] |
initimg-linux.c | 140 HChar** cpp; local 176 for (cpp = origenv; cpp && *cpp; cpp++) { 178 if (debug) VG_(printf)("XXXXXXXXX: BEFORE %s\n", *cpp); 186 for (cpp = ret; *origenv; ) { 188 *cpp++ = *origenv++; 190 *cpp = NULL; 192 vg_assert(envc == (cpp - ret)) 396 HChar **cpp; local [all...] |
/system/tools/aidl/ |
type_cpp.cpp | 41 namespace cpp { namespace in namespace:android::aidl 554 LOG(ERROR) << "aidl-cpp does not yet support List<" << type_name << ">"; 597 } // namespace cpp
|
ast_cpp.h | 34 namespace cpp { namespace in namespace:android::aidl 400 } // namespace cpp
|
generate_cpp.cpp | 42 namespace cpp { namespace in namespace:android::aidl 805 } // namespace cpp
|
/art/runtime/interpreter/mterp/ |
gen_mterp.py | 109 raise DataParseError("don't know how to import %s (expecting .cpp/.S)" namespace
|
/bionic/libc/dns/nameser/ |
ns_name.c | 529 const u_char **cpp, **lpp, *eob, *msg; local 536 lpp = cpp = NULL; 539 for (cpp = dnptrs; *cpp != NULL; cpp++) 541 lpp = cpp; /* end of list to search */ 586 if (lastdnptr != NULL && cpp < lastdnptr - 1 && 588 *cpp++ = dstp; 589 *cpp = NULL; 938 const u_char * const *cpp; local [all...] |
/external/clang/test/SemaCXX/ |
cstyle-cast.cpp | 10 typedef cp *cpp; typedef 11 typedef cpp *cppp;
|
/external/e2fsprogs/e2fsck/ |
journal.c | 946 const char * const * cpp; local 1008 for (cpp = journal_names; *cpp; cpp++) { 1009 retval = ext2fs_lookup(fs, EXT2_ROOT_INO, *cpp, 1010 strlen(*cpp), 0, &ino); 1014 if (*cpp == 0) 1022 pctx.str = *cpp; 1031 if ((retval = ext2fs_unlink(fs, EXT2_ROOT_INO, *cpp, ino, 0)) != 0)
|
/external/e2fsprogs/misc/ |
filefrag.c | 456 char **cpp; local 520 for (cpp=argv+optind; *cpp; cpp++) 521 frag_report(*cpp);
|
/build/core/ |
definitions.mk | 282 ## Find all of the cpp files under the named directories. 285 ## SRC_FILES := $(call all-cpp-files-under,src tests) 288 define all-cpp-files-under 291 find -L $(1) -name "*$(or $(LOCAL_CPP_EXTENSION),.cpp)" -and -not -name ".*") \ 296 ## Find all of the cpp files from here. Meant to be used like: 297 ## SRC_FILES := $(call all-subdir-cpp-files) 300 define all-subdir-cpp-files 301 $(call all-cpp-files-under,.) 413 # css, *.cpp, DontWantThis.cpp) [all...] |
/external/curl/packages/OS400/ |
ccsidcurl.c | 612 char * * cpp; local 631 cpp = (char * *) paramp; 633 if(*cpp) { 634 *cpp = dynconvert(ccsid, *cpp, -1, ASCII_CCSID); 636 if(!*cpp)
|
/external/dnsmasq/src/ |
rfc1035.c | 663 struct crec *cpp = NULL; local 788 if (newc && cpp) 790 cpp->addr.cname.cache = newc; 791 cpp->addr.cname.uid = newc->uid; 794 cpp = newc; 818 if (newc && cpp) 820 cpp->addr.cname.cache = newc; 821 cpp->addr.cname.uid = newc->uid; 823 cpp = NULL; 842 if (ttl || cpp) [all...] |
/external/mesa3d/src/mesa/drivers/dri/swrast/ |
swrast.c | 389 int cpp = _mesa_get_format_bytes(rb->Format); local 390 int stride = rb->Width * cpp; 402 stride = w * cpp; 422 map += (GLsizei)x * cpp;
|
/external/valgrind/coregrind/ |
m_libcproc.c | 120 HChar **cpp; local 127 for (cpp = env; cpp && *cpp; cpp++) { 128 if (VG_(strncmp)(varname, *cpp, len) == 0 && (*cpp)[len] == '=') { 129 *cpp = valstr; 142 Int envlen = (cpp-env) + 2; 145 for (cpp = newenv; *env; [all...] |