/prebuilts/ndk/current/platforms/android-13/arch-x86/usr/include/asm/ |
desc_32.h | 69 #define LDT_entry_a(info) ((((info)->base_addr & 0x0000ffff) << 16) | ((info)->limit & 0x0ffff)) 70 #define LDT_entry_b(info) (((info)->base_addr & 0xff000000) | (((info)->base_addr & 0x00ff0000) >> 16) | ((info)->limit & 0xf0000) | (((info)->read_exec_only ^ 1) << 9) | ((info)->contents << 10) | (((info)->seg_not_present ^ 1) << 15) | ((info)->seg_32bit << 22) | ((info)->limit_in_pages << 23) | (…) [all...] |
/prebuilts/ndk/current/platforms/android-14/arch-x86/usr/include/asm/ |
desc_32.h | 69 #define LDT_entry_a(info) ((((info)->base_addr & 0x0000ffff) << 16) | ((info)->limit & 0x0ffff)) 70 #define LDT_entry_b(info) (((info)->base_addr & 0xff000000) | (((info)->base_addr & 0x00ff0000) >> 16) | ((info)->limit & 0xf0000) | (((info)->read_exec_only ^ 1) << 9) | ((info)->contents << 10) | (((info)->seg_not_present ^ 1) << 15) | ((info)->seg_32bit << 22) | ((info)->limit_in_pages << 23) | (…) [all...] |
/prebuilts/ndk/current/platforms/android-15/arch-x86/usr/include/asm/ |
desc_32.h | 69 #define LDT_entry_a(info) ((((info)->base_addr & 0x0000ffff) << 16) | ((info)->limit & 0x0ffff)) 70 #define LDT_entry_b(info) (((info)->base_addr & 0xff000000) | (((info)->base_addr & 0x00ff0000) >> 16) | ((info)->limit & 0xf0000) | (((info)->read_exec_only ^ 1) << 9) | ((info)->contents << 10) | (((info)->seg_not_present ^ 1) << 15) | ((info)->seg_32bit << 22) | ((info)->limit_in_pages << 23) | (…) [all...] |
/prebuilts/ndk/current/platforms/android-16/arch-x86/usr/include/asm/ |
desc_32.h | 69 #define LDT_entry_a(info) ((((info)->base_addr & 0x0000ffff) << 16) | ((info)->limit & 0x0ffff)) 70 #define LDT_entry_b(info) (((info)->base_addr & 0xff000000) | (((info)->base_addr & 0x00ff0000) >> 16) | ((info)->limit & 0xf0000) | (((info)->read_exec_only ^ 1) << 9) | ((info)->contents << 10) | (((info)->seg_not_present ^ 1) << 15) | ((info)->seg_32bit << 22) | ((info)->limit_in_pages << 23) | (…) [all...] |
/prebuilts/ndk/current/platforms/android-17/arch-x86/usr/include/asm/ |
desc_32.h | 69 #define LDT_entry_a(info) ((((info)->base_addr & 0x0000ffff) << 16) | ((info)->limit & 0x0ffff)) 70 #define LDT_entry_b(info) (((info)->base_addr & 0xff000000) | (((info)->base_addr & 0x00ff0000) >> 16) | ((info)->limit & 0xf0000) | (((info)->read_exec_only ^ 1) << 9) | ((info)->contents << 10) | (((info)->seg_not_present ^ 1) << 15) | ((info)->seg_32bit << 22) | ((info)->limit_in_pages << 23) | (…) [all...] |
/prebuilts/ndk/current/platforms/android-18/arch-x86/usr/include/asm/ |
desc_32.h | 69 #define LDT_entry_a(info) ((((info)->base_addr & 0x0000ffff) << 16) | ((info)->limit & 0x0ffff)) 70 #define LDT_entry_b(info) (((info)->base_addr & 0xff000000) | (((info)->base_addr & 0x00ff0000) >> 16) | ((info)->limit & 0xf0000) | (((info)->read_exec_only ^ 1) << 9) | ((info)->contents << 10) | (((info)->seg_not_present ^ 1) << 15) | ((info)->seg_32bit << 22) | ((info)->limit_in_pages << 23) | (…) [all...] |
/prebuilts/ndk/current/platforms/android-19/arch-x86/usr/include/asm/ |
desc_32.h | 69 #define LDT_entry_a(info) ((((info)->base_addr & 0x0000ffff) << 16) | ((info)->limit & 0x0ffff)) 70 #define LDT_entry_b(info) (((info)->base_addr & 0xff000000) | (((info)->base_addr & 0x00ff0000) >> 16) | ((info)->limit & 0xf0000) | (((info)->read_exec_only ^ 1) << 9) | ((info)->contents << 10) | (((info)->seg_not_present ^ 1) << 15) | ((info)->seg_32bit << 22) | ((info)->limit_in_pages << 23) | (…) [all...] |
/prebuilts/ndk/current/platforms/android-9/arch-x86/usr/include/asm/ |
desc_32.h | 69 #define LDT_entry_a(info) ((((info)->base_addr & 0x0000ffff) << 16) | ((info)->limit & 0x0ffff)) 70 #define LDT_entry_b(info) (((info)->base_addr & 0xff000000) | (((info)->base_addr & 0x00ff0000) >> 16) | ((info)->limit & 0xf0000) | (((info)->read_exec_only ^ 1) << 9) | ((info)->contents << 10) | (((info)->seg_not_present ^ 1) << 15) | ((info)->seg_32bit << 22) | ((info)->limit_in_pages << 23) | (…) [all...] |
/toolchain/binutils/binutils-2.25/opcodes/ |
i860-dis.c | 75 print_br_address (disassemble_info *info, bfd_vma memaddr, long val) 80 (*info->fprintf_func) (info->stream, "0x%08lx", adj); 84 if (info->print_address_func && adj != 0) 86 (*info->fprintf_func) (info->stream, "\t// "); 87 (*info->print_address_func) (adj, info); 94 print_insn_i860 (bfd_vma memaddr, disassemble_info *info) 101 status = (*info->read_memory_func) (memaddr, buff, sizeof (buff), info) [all...] |
/external/compiler-rt/lib/sanitizer_common/tests/ |
sanitizer_stacktrace_printer_test.cc | 66 AddressInfo info; local 67 info.address = 0x400000; 68 info.module = internal_strdup("/path/to/my/module"); 69 info.module_offset = 0x200; 70 info.function = internal_strdup("function_foo"); 71 info.function_offset = 0x100; 72 info.file = internal_strdup("/path/to/my/source"); 73 info.line = 10; 74 info.column = 5; 81 frame_no, info, false, "/path/to/", "function_") [all...] |
/external/deqp/android/package/src/com/drawelements/deqp/testercore/ |
DeqpInstrumentation.java | 150 Bundle info = new Bundle(); local 151 info.putString("Exception", e.getMessage()); 152 finish(1, info); 170 Bundle info = new Bundle(); local 172 info.putString("dEQP-EventType", "TestCaseResult"); 173 info.putString("dEQP-TestCaseResult-Code", code); 174 info.putString("dEQP-TestCaseResult-Details", details); 176 sendStatus(0, info); 181 Bundle info = new Bundle(); local 183 info.putString("dEQP-EventType", "BeginTestCase") 191 Bundle info = new Bundle(); local 218 Bundle info = new Bundle(); local 234 Bundle info = new Bundle(); local 242 Bundle info = new Bundle(); local 250 Bundle info = new Bundle(); local 261 Bundle info = new Bundle(); local [all...] |
/external/wpa_supplicant_8/src/ap/ |
mbo_ap.c | 21 struct mbo_non_pref_chan_info *info, *prev; local 23 info = sta->non_pref_chan; 25 while (info) { 26 prev = info; 27 info = info->next; 36 struct mbo_non_pref_chan_info *info, *tmp; local 45 info = os_zalloc(sizeof(*info) + num_chan); 46 if (!info) 120 struct mbo_non_pref_chan_info *info; local [all...] |
/external/eigen/lapack/ |
eigenvalues.cpp | 14 EIGEN_LAPACK_FUNC(syev,(char *jobz, char *uplo, int* n, Scalar* a, int *lda, Scalar* w, Scalar* /*work*/, int* lwork, int *info)) 19 *info = 0; 20 if(*jobz!='N' && *jobz!='V') *info = -1; 21 else if(UPLO(*uplo)==INVALID) *info = -2; 22 else if(*n<0) *info = -3; 23 else if(*lda<std::max(1,*n)) *info = -5; 24 else if((!query_size) && *lwork<std::max(1,3**n-1)) *info = -8; 26 // if(*info==0) 33 // $ INFO = -8 36 // IF( INFO.NE.0 ) THE [all...] |
/external/iptables/extensions/ |
libxt_NFLOG.c | 43 struct xt_nflog_info *info = (struct xt_nflog_info *)t->data; local 45 info->threshold = XT_NFLOG_DEFAULT_THRESHOLD; 60 static void nflog_print(const struct xt_nflog_info *info, char *prefix) 62 if (info->prefix[0] != '\0') { 64 xtables_save_string(info->prefix); 66 if (info->group) 67 printf(" %snflog-group %u", prefix, info->group); 68 if (info->len) 69 printf(" %snflog-range %u", prefix, info->len); 70 if (info->threshold != XT_NFLOG_DEFAULT_THRESHOLD 77 const struct xt_nflog_info *info = (struct xt_nflog_info *)target->data; local 84 const struct xt_nflog_info *info = (struct xt_nflog_info *)target->data; local [all...] |
libxt_addrtype.c | 103 struct xt_addrtype_info *info = cb->data; local 108 parse_types(cb->arg, &info->source); 110 info->invert_source = 1; 113 parse_types(cb->arg, &info->dest); 115 info->invert_dest = 1; 122 struct xt_addrtype_info_v1 *info = cb->data; local 127 parse_types(cb->arg, &info->source); 129 info->flags |= XT_ADDRTYPE_INVERT_SOURCE; 132 parse_types(cb->arg, &info->dest); 134 info->flags |= XT_ADDRTYPE_INVERT_DEST 167 const struct xt_addrtype_info *info = (const void *)match->data; local 187 const struct xt_addrtype_info_v1 *info = (const void *)match->data; local 210 const struct xt_addrtype_info *info = (const void *)match->data; local 228 const struct xt_addrtype_info_v1 *info = (const void *)match->data; local [all...] |
libxt_TOS.c | 96 struct ipt_tos_target_info *info = cb->data; local 103 info->tos = cb->val.tos_value; 108 struct xt_tos_target_info *info = cb->data; local 113 info->tos_value = cb->val.tos_value; 114 info->tos_mask = cb->val.tos_mask; 117 info->tos_value = 0; 118 info->tos_mask = ~cb->val.u8; 121 info->tos_value = cb->val.u8; 122 info->tos_mask = cb->val.u8; 125 info->tos_value = cb->val.u8 141 const struct ipt_tos_target_info *info = (const void *)target->data; local 151 const struct xt_tos_target_info *info = (const void *)target->data; local 174 const struct ipt_tos_target_info *info = (const void *)target->data; local 181 const struct xt_tos_target_info *info = (const void *)target->data; local [all...] |
/external/selinux/libsemanage/src/ |
seusers_file.c | 45 parse_info_t * info, semanage_seuser_t * seuser) 50 if (parse_skip_space(handle, info) < 0) 52 if (!info->ptr) 56 if (parse_fetch_string(handle, info, &str, ':') < 0) 63 if (parse_skip_space(handle, info) < 0) 65 if (parse_assert_ch(handle, info, ':') < 0) 67 if (parse_skip_space(handle, info) < 0) 71 if (parse_fetch_string(handle, info, &str, ':') < 0) 78 if (parse_skip_space(handle, info) < 0) 80 if (parse_optional_ch(info, ':') == STATUS_NODATA [all...] |
/external/skia/tools/ |
ProcStats.cpp | 25 PROCESS_MEMORY_COUNTERS info; local 26 GetProcessMemoryInfo(GetCurrentProcess(), &info, sizeof(info)); local 27 return static_cast<int>(info.PeakWorkingSetSize / 1024 / 1024); // Windows reports bytes. 36 mach_task_basic_info info; local 39 task_info(mach_task_self(), MACH_TASK_BASIC_INFO, (task_info_t)&info, &count)) { 42 return info.resident_size / 1024 / 1024; // Darwin reports bytes. 63 PROCESS_MEMORY_COUNTERS info; local 64 GetProcessMemoryInfo(GetCurrentProcess(), &info, sizeof(info)); local [all...] |
/external/toybox/toys/other/ |
uptime.c | 25 struct sysinfo info; local 33 sysinfo(&info); 37 // Obtain info about logged on users 45 info.uptime /= 60; 46 minutes = info.uptime%60; 47 info.uptime /= 60; 48 hours = info.uptime%24; 49 days = info.uptime/24; 54 printf(" load average: %.02f, %.02f, %.02f\n", info.loads[0]/65536.0, 55 info.loads[1]/65536.0, info.loads[2]/65536.0) [all...] |
/packages/apps/Launcher3/src/com/android/launcher3/accessibility/ |
LauncherAccessibilityDelegate.java | 49 private static final int INFO = R.id.action_info; 64 public ItemInfo info; field in class:LauncherAccessibilityDelegate.DragInfo 79 mActions.put(INFO, new AccessibilityAction(INFO, 94 public void onInitializeAccessibilityNodeInfo(View host, AccessibilityNodeInfo info) { 95 super.onInitializeAccessibilityNodeInfo(host, info); 100 info.addAction(mActions.get(REMOVE)); 103 info.addAction(mActions.get(UNINSTALL)); 106 info.addAction(mActions.get(INFO)); 178 ShortcutInfo info = (ShortcutInfo) item; local 200 final LauncherAppWidgetInfo info = (LauncherAppWidgetInfo) item; local [all...] |
/external/harfbuzz_ng/src/ |
hb-ot-layout-private.hh | 203 hb_glyph_info_t *info = buffer->info; local 206 unsigned int syllable = info[start].syllable(); 207 while (++start < count && syllable == info[start].syllable()) 242 _hb_glyph_info_set_unicode_props (hb_glyph_info_t *info, hb_buffer_t *buffer) 245 unsigned int u = info->codepoint; 277 props |= unicode->modified_combining_class (info->codepoint)<<8; 291 info->unicode_props() = props; 295 _hb_glyph_info_set_general_category (hb_glyph_info_t *info, 299 info->unicode_props() = (unsigned int) gen_cat | (info->unicode_props() & (0xFF & ~UPROPS_MASK_GEN_CAT) (…) [all...] |
/external/webrtc/webrtc/modules/audio_coding/codecs/red/ |
audio_encoder_copy_red.cc | 60 EncodedInfo info = local 63 info.encoded_bytes + secondary_info_.encoded_bytes); 64 RTC_CHECK(info.redundant.empty()) << "Cannot use nested redundant encoders."; 66 if (info.encoded_bytes > 0) { 67 // |info| will be implicitly cast to an EncodedInfoLeaf struct, effectively 70 info.redundant.push_back(info); 71 RTC_DCHECK_EQ(info.redundant.size(), 1u); 73 memcpy(&encoded[info.encoded_bytes], secondary_encoded_.data(), 75 info.redundant.push_back(secondary_info_) [all...] |
/packages/apps/Launcher3/src/com/android/launcher3/compat/ |
AppWidgetManagerCompatV16.java | 52 public String loadLabel(LauncherAppWidgetProviderInfo info) { 53 return Utilities.trim(info.label); 58 public boolean bindAppWidgetIdIfAllowed(int appWidgetId, AppWidgetProviderInfo info, 61 return mAppWidgetManager.bindAppWidgetIdIfAllowed(appWidgetId, info.provider, options); 63 return mAppWidgetManager.bindAppWidgetIdIfAllowed(appWidgetId, info.provider); 68 public UserHandleCompat getUser(LauncherAppWidgetProviderInfo info) { 73 public void startConfigActivity(AppWidgetProviderInfo info, int widgetId, Activity activity, 76 intent.setComponent(info.configure); 82 public Drawable loadPreview(AppWidgetProviderInfo info) { 84 info.provider.getPackageName(), info.previewImage, null) [all...] |
/packages/apps/TV/src/com/android/tv/dvr/ |
DvrSessionManager.java | 63 for (TvInputInfo info : tvInputManager.getTvInputList()) { 65 Log.d(TAG, info + " canRecord=" + info.canRecord() + " tunerCount=" + info 68 if (info.canRecord()) { 69 mRecordingTvInputs.put(info.getId(), info); local 83 TvInputInfo info = mRecordingTvInputs.get(inputId); local 84 return info != null; 94 TvInputInfo info = mTvInputManager.getTvInputInfo(inputId) local 114 TvInputInfo info = mTvInputManager.getTvInputInfo(inputId); local [all...] |
/device/huawei/angler/ |
releasetools.py | 62 info = {} 63 (info["magic"], info["major_version"], 64 info["minor_version"], info["img_version"], 65 info["meta_hdr_size"], info["img_hdr_size"]) = num_imgs_fmt.unpack(header) 69 num = info["img_hdr_size"] / img_info_size 78 if info["magic"] != MAGIC: 100 def FullOTA_InstallEnd(info) [all...] |