/system/bt/stack/a2dp/ |
a2dp_vendor_ldac.cc | 176 // If |frag| is true, the media payload frame is fragmented. 179 // If |frag| is false, |num| is the number of number of frames in the packet, 181 static void A2DP_BuildMediaPayloadHeaderLdac(uint8_t* p_dst, bool frag, 187 if (frag) *p_dst |= A2DP_LDAC_HDR_F_MSK; [all...] |
a2dp_sbc.cc | 210 // If |frag| is true, the media payload frame is fragmented. 213 // If |frag| is false, |num| is the number of number of frames in the packet, 215 static void A2DP_BuildMediaPayloadHeaderSbc(uint8_t* p_dst, bool frag, 221 if (frag) *p_dst |= A2DP_SBC_HDR_F_MSK; 237 * frag: 1, if fragmented. 0, otherwise. 243 * num: If frag is 1, this is the number of remaining 246 * If frag is 0, this is the number of frames in [all...] |
/toolchain/binutils/binutils-2.25/gas/config/ |
tc-pdp11.c | 1035 fragS *frag ATTRIBUTE_UNUSED, 1044 fragS *frag ATTRIBUTE_UNUSED,
|
tc-tilegx.c | 975 from the start of the frag. */ [all...] |
tc-tilepro.c | 866 from the start of the frag. */ 1151 frag the fixup dot_value fields will be wrong. */ [all...] |
tc-arm.c | 290 tc_frag_data field of a frag. */ [all...] |
tc-epiphany.c | 48 fragS * frag; member in struct:__anon108216 634 3) how many bytes this mode will add to the size of the current frag 726 Although it may not be explicit in the frag, pretend fr_var starts 841 /* Do all the housekeeping for frag conversions. */ 950 /* Offset of insn in frag. */
|
tc-i370.c | [all...] |
tc-mcore.c | 211 /* Perform FUNC (ARG), and track number of bytes added to frag. */ [all...] |
tc-mips.c | 144 /* The frag that contains the instruction. */ 145 struct frag *frag; member in struct:mips_cl_insn 147 /* The offset into FRAG of the first instruction byte. */ 823 /* If this is set, it points to a frag holding nop instructions which 825 nops turn out to be unnecessary, the size of the frag can be 864 /* The frag containing the last explicit relocation operator. [all...] |
/prebuilts/go/darwin-x86/src/runtime/ |
mbitmap.go | [all...] |
/prebuilts/go/linux-x86/src/runtime/ |
mbitmap.go | [all...] |
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/ |
vktShaderRenderOperatorTests.cpp | 679 std::ostringstream frag; local 680 std::ostringstream& op = m_isVertexCase ? vtx : frag; 686 frag << header; 707 frag << "layout(location = 0) out mediump vec4 o_color;\n"; 712 frag << "layout(location = 0) in mediump vec4 v_color;\n"; 719 frag << "layout(location = " << inputNdx + 1 << ") in " << inputPrecision[inputNdx] << " vec4 v_in" << inputNdx << ";\n"; 728 frag << "\n"; 729 frag << "void main()\n"; 730 frag << "{\n"; 814 frag << " o_color = v_color;\n" [all...] |
/external/deqp/modules/gles3/functional/ |
es3fShaderOperatorTests.cpp | 698 ostringstream frag; local 699 ostringstream& op = m_isVertexCase ? vtx : frag; 702 frag << "#version 300 es\n"; 723 frag << "layout(location = 0) out mediump vec4 o_color;\n"; 728 frag << "in mediump vec4 v_color;\n"; 735 frag << "in " << inputPrecision[i] << " vec4 v_in" << i << ";\n"; 744 frag << "\n"; 745 frag << "void main()\n"; 746 frag << "{\n"; 830 frag << " o_color = v_color;\n" [all...] |
/external/icu/icu4c/source/test/cintltst/ |
creststn.c | [all...] |
/prebuilts/go/darwin-x86/src/cmd/link/internal/ld/ |
elf.go | 984 frag := int(e.vaddr & (e.align - 1)) 986 e.off -= uint64(frag) 987 e.vaddr -= uint64(frag) 988 e.paddr -= uint64(frag) 989 e.filesz += uint64(frag) 990 e.memsz += uint64(frag) [all...] |
/prebuilts/go/linux-x86/src/cmd/link/internal/ld/ |
elf.go | 984 frag := int(e.vaddr & (e.align - 1)) 986 e.off -= uint64(frag) 987 e.vaddr -= uint64(frag) 988 e.paddr -= uint64(frag) 989 e.filesz += uint64(frag) 990 e.memsz += uint64(frag) [all...] |
/external/fdlibm/ |
configure | [all...] |
/external/ipsec-tools/src/racoon/ |
isakmp_ident.c | 188 "Frag vendorID construction failed\n"); 904 iph1->frag = 1; 1045 if (iph1->frag) { 1052 "Frag vendorID construction failed\n"); [all...] |
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/ |
org.eclipse.equinox.launcher_1.3.0.v20130327-1440.jar | |
/prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/ |
org.eclipse.equinox.launcher_1.3.0.v20130327-1440.jar | |
/external/deqp/modules/gles2/performance/ |
es2pShaderCompilationCases.cpp | 463 string frag; 639 string frag; [all...] |
/external/deqp/modules/gles3/performance/ |
es3pShaderCompilationCases.cpp | 463 string frag; 639 string frag; [all...] |
/frameworks/base/core/java/android/app/ |
Activity.java | 7241 Fragment frag = mFragments.findFragmentByWho(who); local 7260 Fragment frag = mFragments.findFragmentByWho(who); local [all...] |
/frameworks/base/core/java/android/content/ |
Intent.java | 9360 StringBuilder frag = new StringBuilder(128); local [all...] |