Home
last modified time | relevance | path

Searched refs:PUT (Results 1 - 17 of 17) sorted by relevance

/third_party/ffmpeg/libavcodec/ppc/
H A Dvp3dsp_altivec.c136 #define PUT(a)\ in vp3_idct_put_altivec() macro
141 PUT(b0) dst += stride; in vp3_idct_put_altivec()
142 PUT(b1) dst += stride; in vp3_idct_put_altivec()
143 PUT(b2) dst += stride; in vp3_idct_put_altivec()
144 PUT(b3) dst += stride; in vp3_idct_put_altivec()
145 PUT(b4) dst += stride; in vp3_idct_put_altivec()
146 PUT(b5) dst += stride; in vp3_idct_put_altivec()
147 PUT(b6) dst += stride; in vp3_idct_put_altivec()
148 PUT(b7) in vp3_idct_put_altivec()
/third_party/pcre2/pcre2/src/
H A Dpcre2_intmodedep.h77 #undef PUT macro
105 #define PUT(a,n,d) \ macro
113 #define PUT(a,n,d) \ macro
122 #define PUT(a,n,d) \ macro
143 #define PUT(a,n,d) \ macro
152 #define PUT(a,n,d) \ macro
169 #define PUT(a,n,d) \ macro
547 #define PUTINC(a,n,d) PUT(a,n,d), a += LINK_SIZE
H A Dpcre2_compile.c6199 PUT(previous, 1, (int)(code - previous)); in compile_branch()
6840 PUT(code, 1, pptr[1]); /* Offset to next pattern item */ in compile_branch()
6841 PUT(code, 1 + LINK_SIZE, pptr[2]); /* Length of next pattern item */ in compile_branch()
6875 PUT(code, 1, pptr[1]); /* Offset to next pattern item */ in compile_branch()
6876 PUT(code, 1 + LINK_SIZE, pptr[2]); /* Length of next pattern item */ in compile_branch()
6884 PUT(code, 1 + 3*LINK_SIZE, (int)(offset + 1)); /* One after delimiter */ in compile_branch()
6906 PUT(code, 1 + 2*LINK_SIZE, (int)(callout_string - code)); in compile_branch()
7151 PUT(previous, 1, 2 + 2*LINK_SIZE); in compile_branch()
7153 PUT(previous, 3 + 2*LINK_SIZE, 2 + 2*LINK_SIZE); in compile_branch()
7389 PUT(br in compile_branch()
[all...]
/third_party/ffmpeg/libavcodec/
H A Dgemdec.c277 #define PUT(v) \ in gem_decode_frame() macro
299 PUT(*b++); in gem_decode_frame()
308 PUT(v); in gem_decode_frame()
320 PUT(b[k]); in gem_decode_frame()
/third_party/node/deps/llhttp/include/
H A Dllhttp.h208 XX(4, PUT, PUT) \
262 XX(4, PUT, PUT) \
/third_party/curl/tests/
H A Dappveyor.pm101 my $appveyor_result=`$curl --silent --noproxy '*' --request PUT \\
H A Dtestutil.pm156 ($$thing =~ /^(GET|POST|PUT|DELETE) \S+ HTTP\/\d+(\.\d+)?/) ||
/third_party/nghttp2/third-party/llhttp/include/
H A Dllhttp.h333 XX(4, PUT, PUT) \
387 XX(4, PUT, PUT) \
/third_party/python/Lib/http/
H A D__init__.py179 PUT = 'PUT', 'Replace the target with the request payload.' variable in HTTPMethod
/third_party/node/tools/actions/
H A Dcommit-queue.sh96 if ! gh api -X PUT "repos/${OWNER}/${REPOSITORY}/pulls/${pr}/merge" --input output.json > output; then
/third_party/node/deps/npm/test/lib/commands/
H A Ddist-tag.js278 t.equal(opts.method, 'PUT', 'should trigger request to add new tag')
/third_party/node/deps/undici/src/lib/llhttp/
H A Dconstants.js65 METHODS[METHODS["PUT"] = 4] = "PUT";
124 METHODS.PUT,
/third_party/node/src/
H A Dnode_http_common.h229 V(PUT, "PUT") \
/third_party/node/deps/undici/src/lib/fetch/
H A Dutil.js784 put: 'PUT',
785 PUT: 'PUT'
/third_party/python/Lib/
H A Dpickle.py144 PUT = b'p' # store stack top in memo; index is string arg variable
513 # Return a PUT (BINPUT, LONG_BINPUT) opcode string, with argument i.
523 return PUT + repr(idx).encode("ascii") + b'\n'
1638 raise ValueError("negative PUT argument")
1640 dispatch[PUT[0]] = load_put
/third_party/python/Modules/
H A D_pickle.c83 PUT = 'p', enumerator
658 not generating superfluous PUT opcodes. It
1756 of objects currently stored in the memo and generate a PUT opcode. */
1779 pdata[0] = PUT; in memo_put()
6379 "negative PUT argument"); in load_put()
6928 OP(PUT, load_put) in load()
/third_party/node/deps/undici/
H A Dundici.js1585 put: "PUT",
1586 PUT: "PUT"
7853 METHODS2[METHODS2["PUT"] = 4] = "PUT";
7901 METHODS.PUT,
9456 const expectsPayload = method === "PUT" || method === "POST" || method === "PATCH";
9617 const expectsPayload = method === "PUT" || method === "POST" || method === "PATCH";
10930 if (httpRequest.body == null && ["POST", "PUT"].includes(httpRequest.method)) {

Completed in 44 milliseconds