| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/relate/ |
| H A D | topology_check.hpp | 53 static const char boundary = '0'; member 118 static const char boundary = '0'; member 304 static const char boundary = '1'; member 316 static const char boundary = '1'; member 328 static const char boundary = '1'; member
|
| /OK3568_Linux_fs/kernel/drivers/gpio/ |
| H A D | gpio-104-idi-48.c | 118 unsigned boundary; in idi_48_irq_mask() local 150 unsigned boundary; in idi_48_irq_unmask() local 199 unsigned long boundary; in idi_48_irq_handler() local
|
| /OK3568_Linux_fs/kernel/arch/powerpc/mm/nohash/ |
| H A D | 8xx.c | 153 unsigned long boundary = strict_boundary ? sinittext : etext8; in mmu_mapin_ram() local 183 unsigned long boundary = strict_kernel_rwx_enabled() ? sinittext : etext8; in mmu_mark_initmem_nx() local
|
| /OK3568_Linux_fs/kernel/kernel/ |
| H A D | stackleak.c | 55 unsigned long boundary = (unsigned long)end_of_stack(current); in stackleak_erase() local
|
| /OK3568_Linux_fs/kernel/arch/arm64/include/asm/ |
| H A D | stage2_pgtable.h | 48 phys_addr_t boundary = (addr + stage2_pgdir_size(kvm)) & stage2_pgdir_mask(kvm); in stage2_pgd_addr_end() local
|
| /OK3568_Linux_fs/kernel/net/ipv4/ |
| H A D | tcp_timer.c | 183 unsigned int boundary, in tcp_model_timeout() 210 unsigned int boundary, in retransmits_timed_out()
|
| /OK3568_Linux_fs/kernel/arch/arm/plat-omap/ |
| H A D | sram.c | 29 #define ROUND_DOWN(value,boundary) ((value) & (~((boundary)-1))) argument
|
| /OK3568_Linux_fs/kernel/mm/ |
| H A D | dmapool.c | 48 size_t boundary; member 131 size_t size, size_t align, size_t boundary) in dma_pool_create()
|
| H A D | pagewalk.c | 241 unsigned long boundary = (addr & huge_page_mask(h)) + huge_page_size(h); in hugetlb_entry_end() local
|
| /OK3568_Linux_fs/kernel/fs/ext2/ |
| H A D | inode.c | 164 long i_block, int offsets[4], int *boundary) in ext2_block_to_path() 622 u32 *bno, bool *new, bool *boundary, in ext2_get_blocks() 783 bool new = false, boundary = false; in ext2_get_block() local 810 bool new = false, boundary = false; in ext2_iomap_begin() local
|
| /OK3568_Linux_fs/kernel/include/media/ |
| H A D | v4l2-rect.h | 59 const struct v4l2_rect *boundary) in v4l2_rect_map_inside()
|
| /OK3568_Linux_fs/kernel/arch/arm/mach-omap2/ |
| H A D | sram.c | 47 #define ROUND_DOWN(value,boundary) ((value) & (~((boundary)-1))) argument
|
| /OK3568_Linux_fs/kernel/drivers/mtd/tests/ |
| H A D | pagetest.c | 31 static unsigned char *boundary; variable
|
| /OK3568_Linux_fs/kernel/sound/core/ |
| H A D | pcm_compat.c | 80 u32 boundary; member 90 snd_pcm_uframes_t boundary; in snd_pcm_ioctl_sw_params_compat() local 418 snd_pcm_uframes_t boundary; in snd_pcm_ioctl_sync_ptr_x32() local
|
| /OK3568_Linux_fs/kernel/sound/isa/gus/ |
| H A D | gus_mem.c | 126 unsigned int idx, boundary; in snd_gf1_mem_find() local
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/selftests/ |
| H A D | test-drm_mm.c | 331 const struct boundary { in check_reserve_boundaries() struct 332 u64 start, size; in check_reserve_boundaries() 333 const char *name; in check_reserve_boundaries()
|
| /OK3568_Linux_fs/kernel/drivers/usb/host/ |
| H A D | xhci-mtk-sch.c | 94 u32 boundary; in get_bw_boundary() local 578 u32 boundary = sch_ep->esit; in get_esit_boundary() local
|
| /OK3568_Linux_fs/u-boot/drivers/mtd/onenand/ |
| H A D | onenand_base.c | 231 unsigned int boundary, blk, die = 0; in flexonenand_block() local 265 int die = 0, boundary; in flexonenand_addr() local 858 int ret = 0, boundary = 0; in onenand_read_ops_nolock() local 2439 int boundary, int lock) in flexonenand_set_boundary()
|
| /OK3568_Linux_fs/kernel/arch/s390/mm/ |
| H A D | pageattr.c | 23 unsigned long boundary, size; in __storage_key_init_range() local
|
| /OK3568_Linux_fs/kernel/fs/ |
| H A D | direct-io.c | 88 int boundary; /* prev block is at a boundary */ member 826 int boundary = sdio->boundary; /* dio_send_cur_page may clear it */ in submit_page_section() local
|
| H A D | mpage.c | 532 int boundary = 0; in __mpage_writepage() local
|
| /OK3568_Linux_fs/kernel/block/ |
| H A D | blk-settings.c | 823 unsigned long boundary = dma_get_merge_boundary(dev); in blk_queue_can_use_dma_map_merging() local
|
| /OK3568_Linux_fs/u-boot/include/linux/mtd/ |
| H A D | onenand.h | 74 unsigned int boundary[MAX_DIES]; member
|
| /OK3568_Linux_fs/kernel/drivers/mtd/nand/onenand/ |
| H A D | onenand_base.c | 303 unsigned boundary, blk, die = 0; in flexonenand_block() local 337 int die = 0, boundary; in flexonenand_addr() local 1226 int ret = 0, boundary = 0; in onenand_read_ops_nolock() local 3556 int boundary, int lock) in flexonenand_set_boundary()
|
| /OK3568_Linux_fs/kernel/drivers/acpi/acpica/ |
| H A D | acmacros.h | 201 #define ACPI_ROUND_DOWN(value, boundary) (((acpi_size)(value)) & \ argument 204 #define ACPI_ROUND_UP(value, boundary) ((((acpi_size)(value)) + \ argument 225 #define ACPI_ROUND_UP_TO(value, boundary) (((value) + ((boundary)-1)) / (boundary)) argument
|