Home
last modified time | relevance | path

Searched refs:twentyfour_bits (Results 1 – 19 of 19) sorted by relevance

/dports/lang/v8/v8-9.6.180.12/third_party/inspector_protocol/crdtp/
H A Djson.cc81 out->push_back(kBase64Table[(twentyfour_bits >> 18)]); in Base64Encode()
82 out->push_back(kBase64Table[(twentyfour_bits >> 12) & 0x3f]); in Base64Encode()
83 out->push_back(kBase64Table[(twentyfour_bits >> 6) & 0x3f]); in Base64Encode()
84 out->push_back(kBase64Table[twentyfour_bits & 0x3f]); in Base64Encode()
87 uint32_t twentyfour_bits = (in[ii] << 16) | (in[ii + 1] << 8); in Base64Encode() local
88 out->push_back(kBase64Table[(twentyfour_bits >> 18)]); in Base64Encode()
89 out->push_back(kBase64Table[(twentyfour_bits >> 12) & 0x3f]); in Base64Encode()
90 out->push_back(kBase64Table[(twentyfour_bits >> 6) & 0x3f]); in Base64Encode()
95 uint32_t twentyfour_bits = (in[ii] << 16); in Base64Encode() local
96 out->push_back(kBase64Table[(twentyfour_bits >> 18)]); in Base64Encode()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/third_party/inspector_protocol/crdtp/
H A Djson.cc81 out->push_back(kBase64Table[(twentyfour_bits >> 18)]); in Base64Encode()
82 out->push_back(kBase64Table[(twentyfour_bits >> 12) & 0x3f]); in Base64Encode()
83 out->push_back(kBase64Table[(twentyfour_bits >> 6) & 0x3f]); in Base64Encode()
84 out->push_back(kBase64Table[twentyfour_bits & 0x3f]); in Base64Encode()
87 uint32_t twentyfour_bits = (in[ii] << 16) | (in[ii + 1] << 8); in Base64Encode() local
88 out->push_back(kBase64Table[(twentyfour_bits >> 18)]); in Base64Encode()
89 out->push_back(kBase64Table[(twentyfour_bits >> 12) & 0x3f]); in Base64Encode()
90 out->push_back(kBase64Table[(twentyfour_bits >> 6) & 0x3f]); in Base64Encode()
95 uint32_t twentyfour_bits = (in[ii] << 16); in Base64Encode() local
96 out->push_back(kBase64Table[(twentyfour_bits >> 18)]); in Base64Encode()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/inspector_protocol/crdtp/
H A Djson.cc81 out->push_back(kBase64Table[(twentyfour_bits >> 18)]); in Base64Encode()
82 out->push_back(kBase64Table[(twentyfour_bits >> 12) & 0x3f]); in Base64Encode()
83 out->push_back(kBase64Table[(twentyfour_bits >> 6) & 0x3f]); in Base64Encode()
84 out->push_back(kBase64Table[twentyfour_bits & 0x3f]); in Base64Encode()
87 uint32_t twentyfour_bits = (in[ii] << 16) | (in[ii + 1] << 8); in Base64Encode() local
88 out->push_back(kBase64Table[(twentyfour_bits >> 18)]); in Base64Encode()
89 out->push_back(kBase64Table[(twentyfour_bits >> 12) & 0x3f]); in Base64Encode()
90 out->push_back(kBase64Table[(twentyfour_bits >> 6) & 0x3f]); in Base64Encode()
95 uint32_t twentyfour_bits = (in[ii] << 16); in Base64Encode() local
96 out->push_back(kBase64Table[(twentyfour_bits >> 18)]); in Base64Encode()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/inspector_protocol/crdtp/
H A Djson.cc81 out->push_back(kBase64Table[(twentyfour_bits >> 18)]); in Base64Encode()
82 out->push_back(kBase64Table[(twentyfour_bits >> 12) & 0x3f]); in Base64Encode()
83 out->push_back(kBase64Table[(twentyfour_bits >> 6) & 0x3f]); in Base64Encode()
84 out->push_back(kBase64Table[twentyfour_bits & 0x3f]); in Base64Encode()
87 uint32_t twentyfour_bits = (in[ii] << 16) | (in[ii + 1] << 8); in Base64Encode() local
88 out->push_back(kBase64Table[(twentyfour_bits >> 18)]); in Base64Encode()
89 out->push_back(kBase64Table[(twentyfour_bits >> 12) & 0x3f]); in Base64Encode()
90 out->push_back(kBase64Table[(twentyfour_bits >> 6) & 0x3f]); in Base64Encode()
95 uint32_t twentyfour_bits = (in[ii] << 16); in Base64Encode() local
96 out->push_back(kBase64Table[(twentyfour_bits >> 18)]); in Base64Encode()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/third_party/inspector_protocol/crdtp/
H A Djson.cc81 out->push_back(kBase64Table[(twentyfour_bits >> 18)]); in Base64Encode()
82 out->push_back(kBase64Table[(twentyfour_bits >> 12) & 0x3f]); in Base64Encode()
83 out->push_back(kBase64Table[(twentyfour_bits >> 6) & 0x3f]); in Base64Encode()
84 out->push_back(kBase64Table[twentyfour_bits & 0x3f]); in Base64Encode()
87 uint32_t twentyfour_bits = (in[ii] << 16) | (in[ii + 1] << 8); in Base64Encode() local
88 out->push_back(kBase64Table[(twentyfour_bits >> 18)]); in Base64Encode()
89 out->push_back(kBase64Table[(twentyfour_bits >> 12) & 0x3f]); in Base64Encode()
90 out->push_back(kBase64Table[(twentyfour_bits >> 6) & 0x3f]); in Base64Encode()
95 uint32_t twentyfour_bits = (in[ii] << 16); in Base64Encode() local
96 out->push_back(kBase64Table[(twentyfour_bits >> 18)]); in Base64Encode()
[all …]
/dports/print/tex-luatex/texlive-20150521-source/texk/web2c/omegaware/
H A Dodvicopy.web688 @!twentyfour_bits=0..@"FFFFFF; {unsigned three-byte quantity}
/dports/print/tex-basic-engines/texlive-20150521-source/texk/web2c/omegaware/
H A Dodvicopy.web688 @!twentyfour_bits=0..@"FFFFFF; {unsigned three-byte quantity}
/dports/print/tex-luatex/texlive-20150521-source/texk/web2c/
H A Ddvicopy.web664 @!twentyfour_bits=0..@"FFFFFF; {unsigned three-byte quantity}
/dports/devel/tex-synctex/texlive-20150521-source/texk/web2c/omegaware/
H A Dodvicopy.web688 @!twentyfour_bits=0..@"FFFFFF; {unsigned three-byte quantity}
/dports/devel/tex-web2c/texlive-20150521-source/texk/web2c/
H A Ddvicopy.web664 @!twentyfour_bits=0..@"FFFFFF; {unsigned three-byte quantity}
/dports/devel/tex-synctex/texlive-20150521-source/texk/web2c/
H A Ddvicopy.web664 @!twentyfour_bits=0..@"FFFFFF; {unsigned three-byte quantity}
/dports/devel/tex-web2c/texlive-20150521-source/texk/web2c/omegaware/
H A Dodvicopy.web688 @!twentyfour_bits=0..@"FFFFFF; {unsigned three-byte quantity}
/dports/japanese/tex-ptex/texlive-20150521-source/texk/web2c/omegaware/
H A Dodvicopy.web688 @!twentyfour_bits=0..@"FFFFFF; {unsigned three-byte quantity}
/dports/japanese/tex-ptex/texlive-20150521-source/texk/web2c/
H A Ddvicopy.web664 @!twentyfour_bits=0..@"FFFFFF; {unsigned three-byte quantity}
/dports/print/tex-basic-engines/texlive-20150521-source/texk/web2c/
H A Ddvicopy.web664 @!twentyfour_bits=0..@"FFFFFF; {unsigned three-byte quantity}
/dports/print/tex-aleph/texlive-20150521-source/texk/web2c/omegaware/
H A Dodvicopy.web688 @!twentyfour_bits=0..@"FFFFFF; {unsigned three-byte quantity}
/dports/print/tex-aleph/texlive-20150521-source/texk/web2c/
H A Ddvicopy.web664 @!twentyfour_bits=0..@"FFFFFF; {unsigned three-byte quantity}
/dports/print/tex-xetex/texlive-20150521-source/texk/web2c/omegaware/
H A Dodvicopy.web688 @!twentyfour_bits=0..@"FFFFFF; {unsigned three-byte quantity}
/dports/print/tex-xetex/texlive-20150521-source/texk/web2c/
H A Ddvicopy.web664 @!twentyfour_bits=0..@"FFFFFF; {unsigned three-byte quantity}