/third_party/python/Lib/lib2to3/tests/ |
H A D | test_fixers.py | 59 (pre, post) = r.get_fixers() 61 if post and post[-1].__class__.__module__.endswith(n): 64 if pre and pre[-1].__class__.__module__.endswith(n) and not post: 65 # We're the last in pre and post is empty 68 %(", ".join([x.__class__.__module__ for x in (pre+post)]), n))
|
/third_party/node/deps/openssl/openssl/crypto/modes/asm/ |
H A D | ghash-armv4.pl | 503 veor $Xm,$Xm,$Xl @ Karatsuba post-processing
|
/third_party/openssl/crypto/modes/asm/ |
H A D | ghash-armv4.pl | 503 veor $Xm,$Xm,$Xl @ Karatsuba post-processing
|
/third_party/skia/third_party/externals/libjpeg-turbo/ |
H A D | jpeglib.h | 705 struct jpeg_d_post_controller *post; member
|
/third_party/python/Lib/email/ |
H A D | _header_value_parser.py | 588 pre = post = '' 592 post = ' ' 593 return pre+quote_string(self.display_name)+post
|
/third_party/ffmpeg/libavcodec/x86/ |
H A D | celt_pvq_search.asm | 300 ; Saves pre and post-caclulation to correct Y[] values.
|
/third_party/python/Lib/ |
H A D | nntplib.py | 20 To post an article from a file: 22 >>> resp = s.post(f) 57 # - NNTP.post() and NNTP.ihave() accept file objects, bytes-like objects and 905 def post(self, data): member in NNTP
|
H A D | pydoc.py | 224 post = max(0, maxlen-3-pre) 225 return text[:pre] + '...' + text[len(text)-post:]
|
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gt/ |
H A D | intel_rps.c | 90 * video decode on vcs followed by colour post-processing in rps_timer() 91 * on vecs, followed by general post-processing on rcs. in rps_timer() 426 int post = (vidfreq & 0x3000) >> 12; in intel_pxfreq() local 432 return div * 133333 / (pre << post); in intel_pxfreq()
|
/kernel/linux/linux-6.6/drivers/media/i2c/ |
H A D | tc358746.c | 386 u8 post = tc358746->pll_post_div; in tc358746_apply_pll_config() local 407 val = PLL_FRS(ilog2(post)) | RESETB | PLL_EN; in tc358746_apply_pll_config()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/ |
H A D | CompatibilityTest.java | 865 String post = (String)t.readObject(); in TestSerialize337() 869 post.equals(POSTFIX) && in TestSerialize337()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/calendar/ |
H A D | CompatibilityTest.java | 868 String post = (String)t.readObject(); in TestSerialize337() 872 post.equals(POSTFIX) && in TestSerialize337()
|
/third_party/libuv/src/unix/ |
H A D | fs.c | 1921 goto post; in uv_fs_read() 1935 post: in uv_fs_read()
|
/third_party/node/tools/gyp/pylib/gyp/ |
H A D | xcode_emulation.py | 1243 post = self._GetIOSPostbuilds(configname, output_binary) 1244 return pre + postbuilds + post
|
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/ |
H A D | xcode_emulation.py | 1240 post = self._GetIOSPostbuilds(configname, output_binary) 1241 return pre + postbuilds + post
|
/third_party/python/Lib/test/ |
H A D | test_urllib2.py | 1894 self.post = Request("http://www.python.org/~jeremy/", 1903 self.assertEqual("POST", self.post.get_method())
|
/kernel/linux/linux-5.10/drivers/infiniband/core/ |
H A D | mad.c | 657 /* Check to post send on QP or process locally */ in handle_outgoing_dr_smp() 674 /* Check to post send on QP or process locally */ in handle_outgoing_dr_smp() 1079 /* Walk list of send WRs and post each on send list */ in ib_post_send_mad() 1106 * Save pointer to next work request to post in case the in ib_post_send_mad() 2681 * Allocate receive MADs and post receive WRs for them 2687 int post, ret; in ib_mad_post_receive_mads() local 2732 post = (++recv_queue->count < recv_queue->max_active); in ib_mad_post_receive_mads() 2750 } while (post); in ib_mad_post_receive_mads() 2865 "Couldn't post receive WRs\n"); in ib_mad_port_start()
|
/kernel/linux/linux-6.6/drivers/infiniband/core/ |
H A D | mad.c | 651 /* Check to post send on QP or process locally */ in handle_outgoing_dr_smp() 668 /* Check to post send on QP or process locally */ in handle_outgoing_dr_smp() 1071 /* Walk list of send WRs and post each on send list */ in ib_post_send_mad() 1098 * Save pointer to next work request to post in case the in ib_post_send_mad() 2666 * Allocate receive MADs and post receive WRs for them 2672 int post, ret; in ib_mad_post_receive_mads() local 2717 post = (++recv_queue->count < recv_queue->max_active); in ib_mad_post_receive_mads() 2735 } while (post); in ib_mad_post_receive_mads() 2850 "Couldn't post receive WRs\n"); in ib_mad_port_start()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gt/ |
H A D | intel_rps.c | 115 * video decode on vcs followed by colour post-processing in rps_timer() 116 * on vecs, followed by general post-processing on rcs. in rps_timer() 474 int post = (vidfreq & 0x3000) >> 12; in intel_pxfreq() local 480 return div * 133333 / (pre << post); in intel_pxfreq()
|
/third_party/skia/third_party/externals/tint/src/writer/glsl/ |
H A D | generator_impl.cc | 2517 std::string pre, post; 2538 out << post << ";";
|
/third_party/node/deps/openssl/config/archs/linux-armv4/asm/crypto/modes/ |
H A D | ghash-armv4.S | 527 veor q1,q1,q0 @ Karatsuba post-processing
|
/third_party/node/deps/openssl/config/archs/linux-armv4/asm_avx2/crypto/modes/ |
H A D | ghash-armv4.S | 527 veor q1,q1,q0 @ Karatsuba post-processing
|
/third_party/skia/third_party/externals/freetype/src/sfnt/ |
H A D | sfobjs.c | 902 LOAD_( post ); in FT_LOCAL_DEF() 1368 /* See https://www.microsoft.com/typography/otspec/post.htm -- */ in FT_LOCAL_DEF()
|
/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | ips.c | 4522 uint32_t post; in ips_isinit_morpheus() local 4530 post = readl(ha->mem_ptr + IPS_REG_I960_MSG0); in ips_isinit_morpheus() 4533 if (post == 0) in ips_isinit_morpheus() 4724 "reset controller fails (post status %x %x).\n", in ips_init_copperhead() 4817 "reset controller fails (post status %x %x).\n", in ips_init_copperhead_memio() 4906 "timeout waiting for post.\n"); in ips_init_morpheus() 4943 "reset controller fails (post status %x).\n", Post); in ips_init_morpheus()
|
/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | ips.c | 4525 uint32_t post; in ips_isinit_morpheus() local 4533 post = readl(ha->mem_ptr + IPS_REG_I960_MSG0); in ips_isinit_morpheus() 4536 if (post == 0) in ips_isinit_morpheus() 4727 "reset controller fails (post status %x %x).\n", in ips_init_copperhead() 4820 "reset controller fails (post status %x %x).\n", in ips_init_copperhead_memio() 4909 "timeout waiting for post.\n"); in ips_init_morpheus() 4946 "reset controller fails (post status %x).\n", Post); in ips_init_morpheus()
|