Home
last modified time | relevance | path

Searched refs:encode (Results 676 - 700 of 992) sorted by relevance

1...<<21222324252627282930>>...40

/third_party/node/deps/v8/src/compiler/backend/
H A Dregister-allocator.cc181 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 Dn_gsm.c444 * 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 Dxdr.c56 * @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 Dtext_format_test.py363 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 Dvpu_api.h356 * @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 Dvpu_api.h359 * @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 Dvpu_api.h360 * @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 Dvenc_vp8_if.c466 .encode = vp8_enc_encode,
/kernel/linux/linux-5.10/drivers/media/rc/
H A Dir-rc6-decoder.c299 * @protocol: protocol to encode
300 * @scancode: scancode to encode
384 .encode = ir_rc6_encode,
/kernel/linux/linux-6.6/drivers/media/rc/
H A Dir-rc6-decoder.c299 * @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 Damdgpu_virt.h354 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 Dvenc_vp8_if.c438 .encode = vp8_enc_encode,
/test/testfwk/developer_test/libs/fuzzlib/
H A Dfuzzer_helper.py206 file_handle.write(args.project_name.encode())
/third_party/ffmpeg/libavcodec/
H A Dframe_thread_encoder.c107 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 DPunycode.java130 public static StringBuilder encode(CharSequence src, boolean[] caseFlags) throws StringPrepParseException{ in encode() method in Punycode
H A DIDNA2003.java237 //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 DIDNAReference.java216 //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 DPunycode.java134 public static StringBuilder encode(CharSequence src, boolean[] caseFlags) throws StringPrepParseException{ in encode() method in Punycode
H A DIDNA2003.java238 //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 DIDNAReference.java213 //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 Dradeon_uvd_enc.h391 void (*encode)(struct radeon_uvd_encoder *enc); member
/third_party/node/lib/internal/
H A Dblob.js117 source = enc.encode(source);
H A Dencoding.js339 encode(input = '') {
369 'encode': kEnumerableProperty,
/third_party/node/deps/v8/tools/release/
H A Dgit_recipes.py295 return self.Git("rev-list -1 " + tag_name).strip().encode("ascii", "ignore")
/third_party/node/deps/v8/third_party/jinja2/
H A Dloaders.py481 return "tmpl_" + sha1(name.encode("utf-8")).hexdigest()

Completed in 30 milliseconds

1...<<21222324252627282930>>...40