Searched refs:mask (Results 1 – 9 of 9) sorted by relevance
/scripts/gdb/linux/ |
D | cpus.py | 66 mask = None 68 mask = cpu_mask[mask_name] 69 if mask is None: 70 mask = gdb.parse_and_eval(mask_name + ".bits") 72 cpu_mask[mask_name] = mask 76 bits_per_entry = mask[0].type.sizeof * 8 77 num_entries = mask.type.sizeof * 8 / bits_per_entry 86 bits = mask[entry]
|
D | timerlist.py | 151 def pr_cpumask(mask): argument 157 bits = mask['bits'] 203 mask = gdb.parse_and_eval("tick_broadcast_mask") 204 mask = pr_cpumask(mask) 205 text += "tick_broadcast_mask: {}\n".format(mask) 207 mask = gdb.parse_and_eval("tick_broadcast_oneshot_mask") 208 mask = pr_cpumask(mask) 209 text += "tick_broadcast_oneshot_mask: {}\n".format(mask)
|
/scripts/gcc-plugins/ |
D | arm_ssp_per_task_plugin.c | 16 rtx mask, masked_sp; in arm_pertask_ssp_rtl_execute() local 36 mask = GEN_INT(sext_hwi(sp_mask, GET_MODE_PRECISION(Pmode))); in arm_pertask_ssp_rtl_execute() 42 mask)), in arm_pertask_ssp_rtl_execute()
|
D | latent_entropy_plugin.c | 118 unsigned long long mask; in tree_get_random_const() local 120 mask = 1ULL << (TREE_INT_CST_LOW(TYPE_SIZE(type)) - 1); in tree_get_random_const() 121 mask = 2 * (mask - 1) + 1; in tree_get_random_const() 124 return build_int_cstu(type, mask & get_random_const()); in tree_get_random_const() 125 return build_int_cst(type, mask & get_random_const()); in tree_get_random_const()
|
/scripts/dtc/ |
D | dtc-parser.y | 381 uint64_t mask = (1ULL << $1.bits) - 1; variable 390 if (($2 > mask) && (($2 | mask) != -1ULL))
|
/scripts/mod/ |
D | file2alias.c | 1065 unsigned int nibble, unsigned int mask) in append_nibble_mask() argument 1070 switch (mask) { in append_nibble_mask() 1088 if ((i & mask) == nibble) in append_nibble_mask() 1112 DEF_FIELD(symval, amba_id, mask); in do_amba_entry() 1114 if ((id & mask) != id) in do_amba_entry() 1117 filename, id, mask); in do_amba_entry() 1123 (mask >> (4 * (7 - digit))) & 0xf); in do_amba_entry()
|
D | devicetable-offsets.c | 175 DEVID_FIELD(amba_id, mask); in main()
|
/scripts/kconfig/ |
D | parser.y | 16 #define printd(mask, fmt...) if (cdebug & (mask)) printf(fmt) argument
|
D | gconf.c | 114 GdkBitmap *mask; in replace_button_icon() local 118 pixmap = gdk_pixmap_create_from_xpm_d(window, &mask, in replace_button_icon() 123 image = gtk_image_new_from_pixmap(pixmap, mask); in replace_button_icon()
|