/third_party/node/deps/v8/src/compiler/backend/ |
H A D | register-allocator.cc | 181 flags_ = TypeField::encode(type) | HintTypeField::encode(hint_type) | in UsePosition() 182 RegisterBeneficialField::encode(register_beneficial) | in UsePosition() 183 AssignedRegisterField::encode(kUnassignedRegister); in UsePosition() 261 flags_ = TypeField::encode(type) | in set_type() 262 RegisterBeneficialField::encode(register_beneficial) | in set_type() 263 HintTypeField::encode(HintTypeField::decode(flags_)) | in set_type() 264 AssignedRegisterField::encode(kUnassignedRegister); in set_type() 306 bits_ = AssignedRegisterField::encode(kUnassignedRegister) | in LiveRange() 307 RepresentationField::encode(re in LiveRange() [all...] |
/kernel/linux/linux-5.10/drivers/tty/ |
H A D | n_gsm.c | 444 * gsm_encode_modem - encode modem data bits 445 * @dlci: DLCI to encode from 3375 int encode = 0; /* Off */ in gsmtty_break_ctl() local 3379 if (state == -1) /* "On indefinitely" - we can't encode this in gsmtty_break_ctl() 3381 encode = 0x0F; in gsmtty_break_ctl() 3383 encode = state / 200; /* mS to encoding */ in gsmtty_break_ctl() 3384 if (encode > 0x0F) in gsmtty_break_ctl() 3385 encode = 0x0F; /* Best effort */ in gsmtty_break_ctl() 3387 return gsmtty_modem_update(dlci, encode); in gsmtty_break_ctl()
|
/kernel/linux/linux-6.6/net/sunrpc/ |
H A D | xdr.c | 56 * @ptr: pointer to data to encode (or NULL) 86 * @ptr: pointer to data to encode (or NULL) 953 * @buf: pointer to XDR buffer in which to encode data 994 * @buf: pointer to XDR buffer into which to encode data 1064 * If the last encode didn't end exactly on a page boundary, the in xdr_get_next_encode_buffer() 1073 * xdr->p is where the next encode will start after in xdr_get_next_encode_buffer() 1097 * Checks that we have enough buffer space to encode 'nbytes' more 1167 * xdr_truncate_encode - truncate an encode buffer 1287 * end of the head buffer, and the stream is set up to encode subsequent 1963 struct xdr_array2_desc *desc, int encode) in xdr_xcode_array2() 1962 xdr_xcode_array2(const struct xdr_buf *buf, unsigned int base, struct xdr_array2_desc *desc, int encode) xdr_xcode_array2() argument [all...] |
/third_party/protobuf/python/google/protobuf/internal/ |
H A D | text_format_test.py | 363 golden_text = golden_unicode if six.PY3 else golden_unicode.encode('utf-8') 453 golden_bytes = golden_unicode.encode('utf-8') 467 golden_bytes = golden_unicode.encode('utf-8') 662 ascii_text = ascii_text.encode('utf-8') 857 _BYTES_SAMPLE = _UNICODE_SAMPLE.encode('utf-8') 859 _GOLDEN_BYTES = _GOLDEN_UNICODE.encode('utf-8')
|
/device/soc/rockchip/rk3399/hardware/mpp/include/ |
H A D | vpu_api.h | 356 * @return 0 for encode success, others for failure. 358 RK_S32 (*encode)(struct VpuCodecContext *ctx, EncInputStream_t *aEncInStrm, EncoderOut_t *aEncOut); member
|
/device/soc/rockchip/rk3568/hardware/mpp/include/ |
H A D | vpu_api.h | 359 * @return 0 for encode success, others for failure. 361 RK_S32 (*encode)(struct VpuCodecContext *ctx, EncInputStream_t *aEncInStrm, EncoderOut_t *aEncOut); member
|
/device/soc/rockchip/rk3588/hardware/mpp/include/ |
H A D | vpu_api.h | 360 * @return 0 for encode success, others for failure. 362 RK_S32 (*encode)(struct VpuCodecContext *ctx, EncInputStream_t *aEncInStrm, EncoderOut_t *aEncOut); member
|
/kernel/linux/linux-5.10/drivers/media/platform/mtk-vcodec/venc/ |
H A D | venc_vp8_if.c | 466 .encode = vp8_enc_encode,
|
/kernel/linux/linux-5.10/drivers/media/rc/ |
H A D | ir-rc6-decoder.c | 299 * @protocol: protocol to encode 300 * @scancode: scancode to encode 384 .encode = ir_rc6_encode,
|
/kernel/linux/linux-6.6/drivers/media/rc/ |
H A D | ir-rc6-decoder.c | 299 * @protocol: protocol to encode 300 * @scancode: scancode to encode 384 .encode = ir_rc6_encode,
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_virt.h | 354 struct amdgpu_video_codec_info *encode, uint32_t encode_array_size,
|
/kernel/linux/linux-6.6/drivers/media/platform/mediatek/vcodec/encoder/venc/ |
H A D | venc_vp8_if.c | 438 .encode = vp8_enc_encode,
|
/test/testfwk/developer_test/libs/fuzzlib/ |
H A D | fuzzer_helper.py | 206 file_handle.write(args.project_name.encode())
|
/third_party/ffmpeg/libavcodec/ |
H A D | frame_thread_encoder.c | 107 ret = ffcodec(avctx->codec)->cb.encode(avctx, pkt, frame, &got_packet); in worker()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
H A D | Punycode.java | 130 public static StringBuilder encode(CharSequence src, boolean[] caseFlags) throws StringPrepParseException{ in encode() method in Punycode
|
H A D | IDNA2003.java | 237 //step 6: encode the sequence with punycode in convertToASCII() 240 StringBuilder punyout = Punycode.encode(processOut,caseFlags); in convertToASCII()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/stringprep/ |
H A D | IDNAReference.java | 216 //step 6: encode the sequence with punycode in convertToASCII() 217 StringBuffer punyout = PunycodeReference.encode(processOut,caseFlags); in convertToASCII()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
H A D | Punycode.java | 134 public static StringBuilder encode(CharSequence src, boolean[] caseFlags) throws StringPrepParseException{ in encode() method in Punycode
|
H A D | IDNA2003.java | 238 //step 6: encode the sequence with punycode in convertToASCII() 241 StringBuilder punyout = Punycode.encode(processOut,caseFlags); in convertToASCII()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/stringprep/ |
H A D | IDNAReference.java | 213 //step 6: encode the sequence with punycode in convertToASCII() 214 StringBuffer punyout = PunycodeReference.encode(processOut,caseFlags); in convertToASCII()
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | radeon_uvd_enc.h | 391 void (*encode)(struct radeon_uvd_encoder *enc); member
|
/third_party/node/lib/internal/ |
H A D | blob.js | 117 source = enc.encode(source);
|
H A D | encoding.js | 339 encode(input = '') { 369 'encode': kEnumerableProperty,
|
/third_party/node/deps/v8/tools/release/ |
H A D | git_recipes.py | 295 return self.Git("rev-list -1 " + tag_name).strip().encode("ascii", "ignore")
|
/third_party/node/deps/v8/third_party/jinja2/ |
H A D | loaders.py | 481 return "tmpl_" + sha1(name.encode("utf-8")).hexdigest()
|