HomeSort by relevance Sort by last modified time
    Searched refs:frag (Results 176 - 200 of 483) sorted by null

1 2 3 4 5 6 78 91011>>

  /toolchain/binutils/binutils-2.25/gas/config/
tc-rl78.c 468 rl78_handle_align (fragS * frag)
471 && (frag->fr_type == rs_align
472 || frag->fr_type == rs_align_code)
473 && frag->fr_address + frag->fr_fix > 0
474 && frag->fr_offset > 0
477 fix_new (frag, frag->fr_fix, 0,
478 &abs_symbol, RL78_RELAXA_ALIGN + frag->fr_offset,
483 fix_new (frag->fr_next, 0, 0
    [all...]
tc-aarch64.h 129 /* If there is a mapping symbol at offset 0 in this frag,
131 symbols in this frag, the last one will be saved in
221 extern void aarch64_init_frag (struct frag *, int);
222 extern void aarch64_handle_align (struct frag *);
tc-ppc.h 85 extern void ppc_handle_align (struct frag *);
86 extern void ppc_frag_check (struct frag *);
tc-sh.h 56 #define HANDLE_ALIGN(frag) sh_handle_align (frag)
92 /* SH_COUNT relocs are allowed outside of frag.
235 #define TC_CONS_FIX_NEW(FRAG, OFF, LEN, EXP, RELOC) \
236 sh_cons_fix_new ((FRAG), (OFF), (LEN), (EXP), (RELOC))
tc-sh64.h 30 #define HANDLE_ALIGN(frag) sh64_handle_align (frag)
43 /* We need to record the new frag position after an .align. */
57 otherwise the contents is just filled in with segment, frag and
58 offset within frag. */
178 /* We need to emit fixups relative to the frag in which the instruction
180 it a fixed number is to provide a pointer to the opcode frag.
214 /* This variable is set whenever we generate (or grow) a new opcode frag
tc-tic6x.h 87 /* If there is a current execute packet, the frag being used for
124 /* Whether this machine-dependent frag is used for instructions (as
128 /* For a frag used for instructions, whether it is may cross a fetch
187 #define TC_CONS_FIX_NEW(frag, where, size, exp, reloc) \
188 tic6x_cons_fix_new (frag, where, size, exp, reloc)
tc-xtensa.h 41 RELAX_DESIRE_ALIGN_IF_TARGET, the amount a frag might grow is stored
56 /* The next non-empty frag contains a loop instruction. Check to see
98 might be relaxed. If the branch is relaxed, then this frag will be
99 a branch target and this frag will be changed to RELAX_DESIRE_ALIGN
100 frag. */
109 fragment with a NOP in it. Once a frag has been converted to
173 branch is relaxed, then this frag will be converted to a
174 RELAX_UNREACHABLE frag. */
177 /* This marks the location as having previously been an rs_org frag.
180 prevent the linker from changing the size of any frag between th
    [all...]
tc-sh.c 766 /* Add expression EXP of SIZE bytes to offset OFF of fragment FRAG. */
769 sh_cons_fix_new (fragS *frag, int off, int size, expressionS *exp,
806 fix_new_exp (frag, off, size, exp, 0, r_type);
862 const fragS *frag;
866 Prior to assigning frag addresses this will be zero. */
875 frag = frag1;
876 while (frag->fr_type == rs_fill
877 || frag->fr_type == rs_align_test)
879 if (frag->fr_type == rs_fill)
880 off += frag->fr_fix + frag->fr_offset * frag->fr_var
861 const fragS *frag; local
    [all...]
  /external/webrtc/webrtc/modules/audio_coding/acm2/
audio_coding_module_impl.cc 75 RTPFragmentationHeader* frag) {
77 frag->fragmentationVectorSize = 0;
81 frag->VerifyAndAllocateFragmentationHeader(
83 frag->fragmentationVectorSize = static_cast<uint16_t>(info.redundant.size());
86 frag->fragmentationOffset[i] = offset;
88 frag->fragmentationLength[i] = info.redundant[i].encoded_bytes;
89 frag->fragmentationTimeDiff[i] = rtc::checked_cast<uint16_t>(
91 frag->fragmentationPlType[i] = info.redundant[i].payload_type;
  /frameworks/compile/mclinker/include/mcld/LD/
BranchIsland.h 141 (ref1->frag()->getOffset() == ref2->frag()->getOffset())) {
  /frameworks/compile/mclinker/include/mcld/Script/
Operand.h 199 const Fragment* frag() const { return m_pFragment; } function in class:mcld::FragOperand
200 Fragment* frag() { return m_pFragment; } function in class:mcld::FragOperand
  /packages/services/Car/car-support-lib/src/android/support/car/app/
CarFragmentActivity.java 136 Fragment frag = activeFragments.get(index); local
137 if (frag == null) {
141 frag.onActivityResult(requestCode&0xffff, resultCode, data);
620 for (Fragment frag : fragments) {
621 if (frag == f) {
679 Fragment frag = activeFragments.get(index); local
680 if (frag == null) {
684 frag.onRequestPermissionsResult(requestCode&0xff, permissions, grantResults);
  /system/bt/stack/a2dp/
a2d_sbc.c 164 ** frag: 1, if fragmented. 0, otherwise.
170 ** num: If frag is 1, this is the number of remaining fragments
172 ** If frag is 0, this is the number of frames in this packet.
179 void A2D_BldSbcMplHdr(UINT8 *p_dst, BOOLEAN frag, BOOLEAN start, BOOLEAN last, UINT8 num)
184 if(frag)
204 ** frag: 1, if fragmented. 0, otherwise.
210 ** num: If frag is 1, this is the number of remaining fragments
212 ** If frag is 0, this is the number of frames in this packet.
  /toolchain/binutils/binutils-2.25/gas/
cgen.c 71 we go, because that would require us to first create the frag, and
240 FRAG and WHERE are their respective arguments to fix_new_exp.
250 gas_cgen_record_fixup (frag, where, insn, length, operand, opinfo, symbol, offset)
251 fragS * frag;
264 fixP = fix_new (frag, where, length / 8, symbol, offset,
281 FRAG and WHERE are their respective arguments to fix_new_exp.
291 gas_cgen_record_fixup_exp (frag, where, insn, length, operand, opinfo, exp)
292 fragS * frag;
304 fixP = fix_new_exp (frag, where, length / 8, exp,
640 result->frag = old_frag
    [all...]
listing.c 62 The function listing_newline remembers the frag associated with the
63 newline, and creates a new frag - note that this is wasteful, but not
69 frag/source file records, and opening the files as needed and printing
150 frag. */
153 /* Frag which this line of source is nearest to. */
154 fragS *frag; member in struct:list_info_struct
414 new_i->frag = frag_now;
467 listing_tail->frag = frag_now;
771 fragS *frag; local
775 /* Find first frag which says it belongs to this line. *
    [all...]
  /frameworks/compile/mclinker/lib/LD/
Relocator.cpp 45 input_sym->fragRef()->frag()->getParent()->getSection();
  /packages/apps/Settings/src/com/android/settings/
UserCredentialsSettings.java 109 final DialogFragment frag = new CredentialDialogFragment(); local
110 frag.setTargetFragment(target, /* requestCode */ -1);
111 frag.setArguments(args);
112 frag.show(target.getFragmentManager(), TAG);
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/tic54x/
labels.s 11 bc $1, alt ; generates frag!
  /packages/apps/Messaging/src/com/android/messaging/ui/debug/
DebugSmsMmsFromDumpFileDialogFragment.java 61 final DebugSmsMmsFromDumpFileDialogFragment frag = local
66 frag.setArguments(args);
67 return frag;
  /packages/apps/PackageInstaller/src/com/android/packageinstaller/permission/ui/handheld/
ManagePermissionsFragment.java 197 AdditionalPermissionsFragment frag = new AdditionalPermissionsFragment();
198 frag.setTargetFragment(ManagePermissionsFragment.this, 0);
200 ft.replace(android.R.id.content, frag);
  /packages/apps/PackageInstaller/src/com/android/packageinstaller/permission/ui/television/
ManagePermissionsFragment.java 193 AdditionalPermissionsFragment frag = new AdditionalPermissionsFragment();
194 frag.setTargetFragment(ManagePermissionsFragment.this, 0);
196 ft.replace(android.R.id.content, frag);
  /external/iw/
phy.c 179 unsigned int frag; local
185 frag = -1;
191 frag = strtoul(argv[0], &end, 10);
196 NLA_PUT_U32(msg, NL80211_ATTR_WIPHY_FRAG_THRESHOLD, frag);
202 COMMAND(set, frag, "<fragmentation threshold|off>",
  /frameworks/support/fragment/java/android/support/v4/app/
Fragment.java 73 public FragmentState(Fragment frag) {
74 mClassName = frag.getClass().getName();
75 mIndex = frag.mIndex;
76 mFromLayout = frag.mFromLayout;
77 mFragmentId = frag.mFragmentId;
78 mContainerId = frag.mContainerId;
79 mTag = frag.mTag;
80 mRetainInstance = frag.mRetainInstance;
81 mDetached = frag.mDetached;
82 mArguments = frag.mArguments
    [all...]
  /frameworks/compile/mclinker/lib/Target/AArch64/
AArch64LDBackend.cpp 323 Fragment* frag = llvm::dyn_cast<RegionFragment>(it); local
324 if (frag != NULL) {
325 FragmentRef* frag_ref = FragmentRef::Create(*frag, 0);
326 for (unsigned offset = 0; offset < frag->size();
342 *(FragmentRef::Create(*frag, offset)),
352 frag_ref->assign(*frag, offset + AArch64InsnHelpers::InsnSize);
396 symbol->fragRef()->frag()->getParent()->getSection().addr();
  /external/android-clat/
clatd_test.cpp 188 struct ip6_frag *frag = (struct ip6_frag *) (ip6 + 1); local
189 return len >= sizeof(*ip6) + sizeof(*frag) &&
190 (frag->ip6f_offlg & (IP6F_OFF_MASK | IP6F_MORE_FRAG));
197 int ipv6_fragment_offset(struct ip6_frag *frag) {
198 return ntohs((frag->ip6f_offlg & IP6F_OFF_MASK) >> 3);
230 struct ip6_frag *frag = (struct ip6_frag *) (ip6 + 1); local
231 ASSERT_GE(len, sizeof(*ip6) + sizeof(*frag))
233 protocol = frag->ip6f_nxt;
234 payload = frag + 1;
237 payload_length = len - sizeof(*ip6) - sizeof(*frag);
320 struct ip6_frag *frag = (struct ip6_frag *) (ip6_orig + 1); local
    [all...]

Completed in 827 milliseconds

1 2 3 4 5 6 78 91011>>