Searched defs:space (Results 1 - 25 of 193) sorted by relevance

12345678

/external/pdfium/core/fxcrt/xml/
H A Dcxml_attritem.cpp9 bool CXML_AttrItem::Matches(const ByteString& space, argument
11 return (space.IsEmpty() || m_QSpaceName == space) && m_AttrName == name;
/external/syslinux/core/include/
H A Dctype.h27 int space = 0; local
34 space = 1;
35 return space;
/external/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_hw_context.c32 /* Ensure we have enough space to start a new range in a hole */
44 unsigned space = 0; local
46 space += si_descriptor_list_cs_space(SI_NUM_CONST_BUFFERS, 4);
47 space += si_descriptor_list_cs_space(SI_NUM_SHADER_BUFFERS, 4);
48 space += si_descriptor_list_cs_space(SI_NUM_SAMPLERS, 16);
49 space += si_descriptor_list_cs_space(SI_NUM_IMAGES, 8);
50 space *= SI_NUM_SHADERS;
52 space += si_descriptor_list_cs_space(SI_NUM_RW_BUFFERS, 4);
55 space += 2;
57 return space;
[all...]
/external/mesa3d/src/gallium/drivers/swr/
H A Dswr_scratch.cpp34 struct swr_scratch_space *space,
39 assert(space);
49 /* Need to grow space */
50 if (max_size_in_flight > space->current_size) {
51 space->current_size = max_size_in_flight;
53 if (space->base) {
56 swr_fence_work_free(screen->flush_fence, space->base, true);
57 space->base = NULL;
60 if (!space->base) {
61 space
33 swr_copy_to_scratch_space(struct swr_context *ctx, struct swr_scratch_space *space, const void *user_buffer, unsigned int size) argument
[all...]
/external/mesa3d/src/gallium/drivers/vc4/
H A Dvc4_cl.c37 cl_ensure_space(struct vc4_cl *cl, uint32_t space) argument
41 if (offset + space <= cl->size)
44 uint32_t size = MAX2(cl->size + space, cl->size * 2);
/external/swiftshader/src/OpenGL/compiler/preprocessor/
H A DToken.cpp48 void Token::setHasLeadingSpace(bool space) argument
50 if (space)
/external/tensorflow/tensorflow/core/lib/strings/
H A Dstringprintf.cc34 char space[kSpaceLength]; local
41 int result = vsnprintf(space, kSpaceLength, format, backup_ap);
47 dst->append(space, result);
52 // Error or MSVC running out of space. MSVC 8.0 and higher
53 // can be asked about space needed with the special idiom below:
/external/freetype/builds/
H A Dtoplevel.mk50 # The `space' variable is used to avoid trailing spaces in defining the
54 space := $(empty) $(empty) macro
177 work := $(subst $(space),|,$(work))
178 work := $(subst \#define|FREETYPE_MAJOR|,$(space),$(work))
180 major := $(subst |,$(space),$(work))
183 work := $(subst \#define|FREETYPE_MINOR|,$(space),$(work))
185 minor := $(subst |,$(space),$(work))
188 work := $(subst \#define|FREETYPE_PATCH|,$(space),$(work))
190 patch := $(subst |,$(space),$(work))
/external/tensorflow/tensorflow/core/graph/
H A Dtensor_id_test.cc38 const uint32 space = 1 << (rnd->Rand32() % (max_log + 1)); local
39 return rnd->Rand32() % space;
/external/toybox/toys/posix/
H A Dwc.c36 int i, space = 7, first = 1; local
38 for (i = 0; i<4; i++) if (toys.optflags == (1<<i)) space = 0;
41 printf(" %*ld"+first, space, lengths[i]);
52 int len = 0, clen = 1, space = 0; local
87 space = iswspace(wchar);
89 } else space = isspace(toybuf[pos]);
91 if (space) word=0;
/external/valgrind/memcheck/tests/amd64/
H A Dinsn-pcmpistri.c43 void *space; local
44 posix_memalign(&space, 16, roundup);
45 memset(space, 'x', roundup);
46 memcpy(space, s, len);
48 const char *const s_copy = space;
64 free(space);
/external/harfbuzz_ng/src/
H A Dhb-fallback-shape.cc114 hb_codepoint_t space; local
115 bool has_space = (bool) font->get_nominal_glyph (' ', &space);
127 info[i].codepoint = space;
/external/protobuf/src/google/protobuf/stubs/
H A Dstringprintf.cc58 char space[kSpaceLength]; local
65 int result = vsnprintf(space, kSpaceLength, format, backup_ap);
71 dst->append(space, result);
76 // Error or MSVC running out of space. MSVC 8.0 and higher
77 // can be asked about space needed with the special idiom below:
/external/syslinux/utils/
H A Dmemdiskfind.c34 static bool valid_mbft(const struct mBFT *mbft, size_t space) argument
45 if (mbft->acpi.length > space)
/external/tensorflow/tensorflow/core/common_runtime/
H A Ddevice_mgr.cc53 char* space = name_backing_store_.Alloc(n); local
54 memcpy(space, s.data(), n);
55 return StringPiece(space, n);
/external/toybox/toys/other/
H A Dxxd.c47 int i, len, space; local
59 space = 2*TT.c+TT.c/TT.g+1;
62 space -= printf("%02x", toybuf[i]);
65 space--;
70 printf("%*s", space, "");
152 // Is there any grouping going on? Ignore a single space.
/external/v8/src/heap/
H A Dcode-stats.cc49 void CodeStatistics::CollectCodeStatistics(PagedSpace* space, argument
51 HeapObjectIterator obj_it(space);
61 void CodeStatistics::CollectCodeStatistics(LargeObjectSpace* space, argument
63 LargeObjectIterator obj_it(space);
/external/iptables/extensions/
H A Dlibip6t_ah.c135 char *space = ""; local
145 space = " ";
149 xt_xlate_add(xl, "%sah hdrlength%s %u", space,
152 space = " ";
156 xt_xlate_add(xl, "%sah reserved %u", space, ahinfo->hdrres);
157 space = " ";
160 if (!space[0]) /* plain '-m ah' */
H A Dlibip6t_frag.c181 char *space= ""; local
193 space = " ";
197 xt_xlate_add(xl, "%sfrag reserved 1", space);
198 space = " ";
201 xt_xlate_add(xl, "%sfrag frag-off 0", space);
202 space = " ";
205 xt_xlate_add(xl, "%sfrag more-fragments 1", space);
206 space = " ";
209 xt_xlate_add(xl, "%sfrag more-fragments 0", space);
H A Dlibxt_devgroup.c179 char *space = ""; local
187 space = " ";
193 xt_xlate_add(xl, "%soifgroup ", space);
H A Dlibxt_udp.c159 char *space= ""; local
173 space = " ";
178 xt_xlate_add(xl,"%sudp dport %s%u-%u", space,
183 xt_xlate_add(xl,"%sudp dport %s%u", space,
/external/libcxx/src/
H A Dmemory.cpp218 align(size_t alignment, size_t size, void*& ptr, size_t& space) argument
221 if (size <= space)
226 if (d <= space - size)
230 space -= d;
/external/libcxx/test/support/
H A Dtest_memory_resource.hpp137 size_t space = Size; member in struct:BufferProvider
142 void* ret = std::align(s, a, next, space);
158 space = Size;
/external/libevent/test/
H A Dbench.c99 evutil_socket_t *cp, space; local
113 space = num_pipes / num_active;
114 space = space * 2;
116 (void) send(pipes[i * space + 1], "e", 1, 0);
/external/mesa3d/src/gallium/drivers/ilo/
H A Dilo_cp.h108 * Return the remaining space (in dwords) in the parser buffer.
113 const int space = ilo_builder_batch_space(&cp->builder); local
116 assert(space >= cp->owner->reserve + mi_batch_buffer_end_space);
118 return space - cp->owner->reserve - mi_batch_buffer_end_space;

Completed in 1248 milliseconds

12345678