Home
last modified time | relevance | path

Searched refs:beg (Results 1 - 25 of 89) sorted by relevance

1234

/third_party/curl/lib/vtls/
H A Dx509asn1.c178 const char *beg, const char *end)
182 const char *beg, const char *end) in getASN1Element()
188 /* Get a single ASN.1 element into `elem', parse ASN.1 string at `beg' in getASN1Element()
192 if(!beg || !end || beg >= end || !*beg || in getASN1Element()
193 (size_t)(end - beg) > CURL_ASN1_MAX) in getASN1Element()
197 elem->header = beg; in getASN1Element()
198 b = (unsigned char) *beg++; in getASN1Element()
207 if(beg > in getASN1Element()
181 getASN1Element(struct Curl_asn1Element *elem, const char *beg, const char *end) getASN1Element() argument
268 bool2str(struct dynbuf *store, const char *beg, const char *end) bool2str() argument
281 octet2str(struct dynbuf *store, const char *beg, const char *end) octet2str() argument
292 bit2str(struct dynbuf *store, const char *beg, const char *end) bit2str() argument
307 int2str(struct dynbuf *store, const char *beg, const char *end) int2str() argument
420 encodeOID(struct dynbuf *store, const char *beg, const char *end) encodeOID() argument
456 OID2str(struct dynbuf *store, const char *beg, const char *end, bool symbolic) OID2str() argument
479 GTime2str(struct dynbuf *store, const char *beg, const char *end) GTime2str() argument
550 UTime2str(struct dynbuf *store, const char *beg, const char *end) UTime2str() argument
737 Curl_parseX509(struct Curl_X509certificate *cert, const char *beg, const char *end) Curl_parseX509() argument
855 dumpAlgo(struct dynbuf *store, struct Curl_asn1Element *param, const char *beg, const char *end) dumpAlgo() argument
1045 Curl_extract_certinfo(struct Curl_easy *data, int certnum, const char *beg, const char *end) Curl_extract_certinfo() argument
[all...]
H A Dx509asn1.h43 const char *beg; /* Pointer to element data. */ member
74 const char *beg, const char *end);
76 const char *beg, const char *end);
78 const char *beg, const char *end);
/third_party/skia/third_party/externals/oboe/apps/fxlab/app/src/main/cpp/effects/
H A DSingleFunctionEffects.h37 void overdrive(iter_type beg, iter_type end) { in overdrive() argument
38 for (; beg != end; ++beg){ in overdrive()
39 _overdrive(*beg); in overdrive()
49 void distortion(iter_type beg, iter_type end) { in distortion() argument
50 for (; beg != end; ++beg) { in distortion()
51 _distortion(*beg); in distortion()
H A DDriveControl.h30 void operator() (iter_type beg, iter_type end) { in operator ()() argument
31 std::for_each(beg, end, [this](auto &x){x *= kScale;}); in operator ()()
32 mFunction(beg, end); in operator ()()
33 std::for_each(beg, end, [this](auto &x){x *= recip;}); in operator ()()
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
H A Dsubstitute.cc126 char* beg; in Arg() local
128 beg = end - hex.width; in Arg()
129 std::fill_n(beg, writer - beg, hex.fill); in Arg()
131 beg = writer; in Arg()
134 piece_ = absl::string_view(beg, end - beg); in Arg()
/third_party/skia/third_party/externals/oboe/apps/fxlab/app/src/main/cpp/effects/descrip/
H A DGainDescription.h43 [=](iter_type beg, iter_type end) { in buildEffect()
44 for (; beg != end; ++beg) *beg *= pow(2.0, scale); in buildEffect()
/third_party/ffmpeg/libavutil/
H A Dlfg.c65 unsigned int beg, end, segm; in av_lfg_init_from_data() local
78 beg = 0; in av_lfg_init_from_data()
81 crc = av_crc(avcrc, crc, data + beg, end - beg); in av_lfg_init_from_data()
83 beg = end; in av_lfg_init_from_data()
/third_party/node/deps/minimatch/src/node_modules/balanced-match/
H A Dindex.js25 var begs, beg, left, right, result;
44 beg = begs.pop();
45 if (beg < left) {
46 left = beg;
/third_party/node/deps/npm/node_modules/balanced-match/
H A Dindex.js25 var begs, beg, left, right, result;
44 beg = begs.pop();
45 if (beg < left) {
46 left = beg;
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkAppParamsUtil.cpp38 const auto beg = original.find_first_not_of(whiteSigns); in trim() local
39 if (beg == std::string::npos) in trim()
42 return original.substr(beg, end - beg + 1); in trim()
H A DvkQueryUtil.hpp314 inline void fillBits (IterT beg, const IterT end, const deUint8 pattern = 0xdeu) in fillBits() argument
316 for (; beg < end; ++beg) in fillBits()
317 deMemset(&(*beg), static_cast<int>(pattern), sizeof(*beg)); in fillBits()
322 bool checkBits (IterT beg, const IterT end, const deUint8 pattern = 0xdeu) in checkBits() argument
324 for (; beg < end; ++beg) in checkBits()
326 const deUint8* elementBytes = reinterpret_cast<const deUint8*>(&(*beg)); in checkBits()
327 for (std::size_t i = 0u; i < sizeof(*beg); in checkBits()
[all...]
/third_party/node/deps/v8/src/codegen/arm/
H A Dcpu-arm.cc38 register uint32_t beg asm("r0") = reinterpret_cast<uint32_t>(start); in FlushICache()
39 register uint32_t end asm("r1") = beg + size; in FlushICache()
48 // r0 = beg in FlushICache()
56 : "r"(beg), "r"(end), "r"(flg), [scno] "i"(__ARM_NR_cacheflush) in FlushICache()
/third_party/protobuf/ruby/ext/google/protobuf_c/
H A Drepeated_field.c62 VALUE RepeatedField_subarray(VALUE _self, long beg, long len) { in RepeatedField_subarray() argument
67 size_t off = beg * element_size; in RepeatedField_subarray()
71 for (i = beg; i < beg + len; i++, off += element_size) { in RepeatedField_subarray()
117 long beg, len; in RepeatedField_index() local
131 switch (rb_range_beg_len(arg, &beg, &len, self->size, 0)) { in RepeatedField_index()
137 return RepeatedField_subarray(_self, beg, len); in RepeatedField_index()
142 beg = NUM2LONG(argv[0]); in RepeatedField_index()
144 if (beg < 0) { in RepeatedField_index()
145 beg in RepeatedField_index()
[all...]
/third_party/musl/src/misc/
H A Dmntent.c23 static char *unescape_ent(char *beg) in unescape_ent() argument
25 char *dest = beg; in unescape_ent()
26 const char *src = beg; in unescape_ent()
56 return beg; in unescape_ent()
/third_party/protobuf/ruby/src/main/java/com/google/protobuf/jruby/
H A DRubyRepeatedField.java141 int beg = RubyNumeric.num2int(range.first(context)); in index()
143 int len = to - beg + 1; in index()
144 return this.storage.subseq(beg, len); in index()
148 int beg = RubyNumeric.num2int(args[0]); in index()
150 if (beg < 0) { in index()
151 beg += this.storage.size(); in index()
153 if (beg >= this.storage.size()) { in index()
156 return this.storage.subseq(beg, len); in index()
/third_party/libwebsockets/win32port/zlib/
H A Ddeflate.c733 uInt beg = s->pending; /* start of bytes to update crc */ local
737 if (s->gzhead->hcrc && s->pending > beg)
738 strm->adler = crc32(strm->adler, s->pending_buf + beg,
739 s->pending - beg);
741 beg = s->pending;
748 if (s->gzhead->hcrc && s->pending > beg)
749 strm->adler = crc32(strm->adler, s->pending_buf + beg,
750 s->pending - beg);
761 uInt beg = s->pending; /* start of bytes to update crc */ local
766 if (s->gzhead->hcrc && s->pending > beg)
792 uInt beg = s->pending; /* start of bytes to update crc */ global() local
[all...]
/third_party/mesa3d/src/gallium/targets/haiku-softpipe/
H A DSoftwareRenderer.cpp140 time_t beg; in SoftwareRenderer() local
142 beg = time(NULL); in SoftwareRenderer()
146 difftime(end, beg)); in SoftwareRenderer()
156 beg = time(NULL); in SoftwareRenderer()
164 __func__, difftime(end, beg)); in SoftwareRenderer()
/third_party/mksh/
H A Deval.c71 #define IFS_QUOTE 4 /* beg.w/quote, become IFS_WORD unless "$@" */
396 char *beg, *end, *str; in expand() local
400 beg = wdcopy(sp, ATEMP); in expand()
402 CSUBST) - sp) + beg; in expand()
404 if (end < wdscan(beg, EOS)) in expand()
406 str = snptreef(NULL, 64, Tf_S, beg); in expand()
407 afree(beg, ATEMP); in expand()
448 char *beg, *mid, *end, *stg; in expand() local
451 beg = wdcopy(sp, ATEMP); in expand()
452 mid = beg in expand()
[all...]
/third_party/glfw/examples/
H A Dheightmap.c280 int beg, end; in init_map() local
281 beg = map_line_indices[k]; in init_map()
284 k / 2, beg, end, in init_map()
285 map_vertices[0][beg], map_vertices[1][beg], map_vertices[2][beg], in init_map()
/third_party/node/deps/v8/third_party/zlib/contrib/optimizations/
H A Dinffast_chunk.c82 unsigned char FAR *beg; /* inflate()'s initial strm->next_out */ local
110 beg = out - (start - strm->avail_out);
219 op = (unsigned)(out - beg); /* max distance in output */
/third_party/node/deps/v8/third_party/zlib/
H A Dinffast.c62 unsigned char FAR *beg; /* inflate()'s initial strm->next_out */ local
89 beg = out - (start - strm->avail_out);
173 op = (unsigned)(out - beg); /* max distance in output */
/third_party/node/deps/zlib/
H A Dinffast.c59 unsigned char FAR *beg; /* inflate()'s initial strm->next_out */ in inflate_fast() local
86 beg = out - (start - strm->avail_out); in inflate_fast()
170 op = (unsigned)(out - beg); /* max distance in output */ in inflate_fast()
/third_party/skia/third_party/externals/zlib/contrib/optimizations/
H A Dinffast_chunk.c82 unsigned char FAR *beg; /* inflate()'s initial strm->next_out */ local
110 beg = out - (start - strm->avail_out);
219 op = (unsigned)(out - beg); /* max distance in output */
/third_party/skia/third_party/externals/zlib/
H A Dinffast.c62 unsigned char FAR *beg; /* inflate()'s initial strm->next_out */ local
89 beg = out - (start - strm->avail_out);
173 op = (unsigned)(out - beg); /* max distance in output */
/third_party/skia/third_party/externals/abseil-cpp/absl/base/
H A Ddynamic_annotations.h467 #define ABSL_ANNOTATE_CONTIGUOUS_CONTAINER(beg, end, old_mid, new_mid) \
468 __sanitizer_annotate_contiguous_container(beg, end, old_mid, new_mid)
476 #define ABSL_ANNOTATE_CONTIGUOUS_CONTAINER(beg, end, old_mid, new_mid) // empty

Completed in 13 milliseconds

1234