Home
last modified time | relevance | path

Searched refs:space (Results 1 – 25 of 95) sorted by relevance

1234

/AliOS-Things-master/components/py_engine/engine/tools/
A Duncrustify.cfg130 # Add or remove space in 'NS_ENUM ('.
259 # Add or remove space before '<'.
265 # Add or remove space inside '<>'.
271 # Add or remove space after '>'.
325 # Add or remove space before ';'.
361 # Add or remove space before '[]'.
377 # Add or remove space before ','.
419 # Add or remove space after class ':'.
431 # Add or remove space before case ':'.
496 # Add or remove space inside '{}'.
[all …]
/AliOS-Things-master/components/a2sa/src/driver/core/
A Dcontrol.c229 unsigned int offset, space, jidx; in audio_ctl_elem_list() local
238 space = list->space; in audio_ctl_elem_list()
239 LOGD(LOG_TAG, "%s:%d, ----offset: %d, space: %d", __func__, __LINE__, offset, space); in audio_ctl_elem_list()
240 if(space > 16384) { in audio_ctl_elem_list()
248 if(space > 0) { in audio_ctl_elem_list()
249 dst = malloc(space * sizeof(struct audio_ctl_elem_id)); in audio_ctl_elem_list()
271 while(space > 0 && node != &dev->kcontrol_list) { in audio_ctl_elem_list()
273 for (jidx = offset; space > 0 && jidx < kctl->count; jidx++) { in audio_ctl_elem_list()
284 space--; in audio_ctl_elem_list()
/AliOS-Things-master/components/SDL2/src/video/haiku/
A DSDL_bmodes.cc213 int32 bpp = HAIKU_ColorSpaceToBitsPerPixel(bmode->space); in _BDisplayModeToSdlDisplayMode()
279 if (bmodes[i].space == this_bmode.space) { in HAIKU_GetDisplayModes()
304 if( bmode_list[i].space == bmode->space && in HAIKU_SetDisplayMode()
A DSDL_bframebuffer.cc67 int32 bpp = HAIKU_ColorSpaceToBitsPerPixel(bmode.space); in HAIKU_CreateWindowFramebuffer()
76 bitmap = new BBitmap(bwin->Bounds(), (color_space)bmode.space, in HAIKU_CreateWindowFramebuffer()
/AliOS-Things-master/components/kv/src/
A Dkv.c147 g_kv_mgr.block_info[blk_idx].space = KV_BLOCK_SIZE - KV_BLOCK_HDR_SIZE; in kv_block_format()
173 if (blk_info->space > len) { in kv_calc_position()
174 if (((blk_info->space - len) < KV_ITEM_MAX_LEN) && \ in kv_calc_position()
188 if(blk_info_tmp->space >= len + KV_ITEM_MAX_LEN){ in kv_calc_position()
200 if ((blk_info->space) > len) { in kv_calc_position()
396 g_kv_mgr.block_info[idx].space -= len; in __item_gc_cb()
513 g_kv_mgr.block_info[idx].space -= store.len; in kv_item_store()
640 g_kv_mgr.block_info[i].space; in kv_init_internal()
806 g_kv_mgr.block_info[blk_idx].space = end - pos; in kv_item_traverse()
808 g_kv_mgr.block_info[blk_idx].space = KV_ITEM_HDR_SIZE; in kv_item_traverse()
[all …]
/AliOS-Things-master/components/SDL2/src/gfx/Docs/html/
A Ddoxygen.css202 white-space: nowrap;
375 white-space: nowrap;
384 white-space: nowrap;
420 white-space: nowrap;
488 white-space: nowrap;
493 white-space: nowrap;
570 white-space: nowrap;
601 white-space: nowrap;
661 white-space: nowrap;
769 white-space: nowrap;
[all …]
/AliOS-Things-master/components/SDL2/src/video/windows/
A DSDL_windowsmessagebox.c190 static SDL_bool ExpandDialogSpace(WIN_DialogData *dialog, size_t space) in ExpandDialogSpace() argument
199 if (SIZE_MAX - sizestep < space) { in ExpandDialogSpace()
200 size = space; in ExpandDialogSpace()
201 } else if (space > size) { in ExpandDialogSpace()
202 size = (space + sizestep) & ~(sizestep - 1); in ExpandDialogSpace()
204 } else if (SIZE_MAX - dialog->used < space) { in ExpandDialogSpace()
207 } else if (SIZE_MAX - (dialog->used + space) < sizestep) { in ExpandDialogSpace()
209 size = dialog->used + space; in ExpandDialogSpace()
210 } else if (size < dialog->used + space) { in ExpandDialogSpace()
212 size = dialog->used + space; in ExpandDialogSpace()
/AliOS-Things-master/solutions/miniapp_agent_demo/miniapp/
A Dapp.acss34 justify-content: space-around;
43 justify-content: space-around;
/AliOS-Things-master/hardware/chip/haas1000/drivers/scripts/
A Dsubmods.mk9 $(addprefix $(1)/,$(firstword $(subst /,$(space),$m))))
A Dbuild.mk311 echo addmod $(subst $(space),$(comma),$(strip $(filter-out %.a,$(1)))) && \
403 …$(LD) -Wl$(comma)$(subst $(space),$(comma),$(strip $(ld_flags) --partial)) -nostdlib $(LINK_CFLAGS…
407 …$(LD) -Wl$(comma)$(subst $(space),$(comma),$(strip $(ld_flags) -r)) -nostdlib -nostartfiles $(LINK…
467 …cmd_link_multi-y = $(LD) -Wl,$(subst $(space),$(comma),$(strip $(ld_flags) --partial)) -nostdlib $…
469 …cmd_link_multi-y = $(LD) -Wl,$(subst $(space),$(comma),$(strip $(ld_flags) -r --whole-archive)) -n…
/AliOS-Things-master/documentation/doxygen/style/
A Ddoxygen-custom.css305 white-space: pre;
319 white-space: pre;
394 white-space: nowrap;
595 white-space: nowrap;
747 white-space: nowrap;
752 white-space: nowrap;
793 white-space: nowrap;
812 white-space: nowrap;
1140 white-space: nowrap;
1164 white-space: nowrap;
[all …]
/AliOS-Things-master/hardware/chip/haas1000/drivers/
A DMakefile555 REVISION_INFO := $(subst $(space),-,$(strip $(REVISION_INFO)))
556 SOFTWARE_VERSION := $(subst $(space),-,$(strip $(SOFTWARE_VERSION)))
571 BUILD_HOSTNAME := $(subst $(space),-,$(strip $(BUILD_HOSTNAME)))
572 BUILD_USERNAME := $(subst $(space),-,$(strip $(BUILD_USERNAME)))
587 LST_SECTION_OPTS += $(foreach m,$(subst $(comma),$(space),$(LST_ONLY_SECTION)),--only=$m )
589 LST_SECTION_OPTS += $(foreach m,$(subst $(comma),$(space),$(LST_ONLY_SECTION)),-j $m )
595 LST_SECTION_OPTS += $(foreach m,$(subst $(comma),$(space),$(LST_RM_SECTION)),--ignore_section=$m )
597 LST_SECTION_OPTS += $(foreach m,$(subst $(comma),$(space),$(LST_RM_SECTION)),-R $m )
845 -Wl,$(subst $(space),$(comma),$(strip \
860 -Wl,$(subst $(space),$(comma),$(strip \
/AliOS-Things-master/components/lwip/lwip2.0.0/include/lwip/priv/
A Dtcp_priv.h165 #define TCP_EVENT_SENT(pcb,space,ret) ret = lwip_tcp_event((pcb)->callback_arg, (pcb),\ argument
166 LWIP_EVENT_SENT, NULL, space, ERR_OK)
187 #define TCP_EVENT_SENT(pcb,space,ret) \ argument
190 (ret) = (pcb)->sent((pcb)->callback_arg,(pcb),(space)); \
/AliOS-Things-master/hardware/chip/haas1000/drivers/net/lwip/src/include/lwip/priv/
A Dtcp_priv.h165 #define TCP_EVENT_SENT(pcb,space,ret) ret = lwip_tcp_event((pcb)->callback_arg, (pcb),\ argument
166 LWIP_EVENT_SENT, NULL, space, ERR_OK)
187 #define TCP_EVENT_SENT(pcb,space,ret) \ argument
190 (ret) = (pcb)->sent((pcb)->callback_arg,(pcb),(space)); \
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/puff/
A DREADME33 unsigned long *destlen, /* amount of output space */
44 If destlen is not enough space for the uncompressed data, then inflate will
50 output space. This is done by passing dest equal to (unsigned char *)0. Then
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/ruy/doc/
A Ddepgraph.sh125 if [[ "${line}" =~ ^[[:space:]]+\" ]]; then
/AliOS-Things-master/hardware/board/haas100/startup/
A Dstartup_gcc.s46 .space Stack_Size
62 .space Heap_Size
/AliOS-Things-master/hardware/board/haaseduk1/startup/
A Dstartup_gcc.s46 .space Stack_Size
62 .space Heap_Size
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/experimental/examples/unity/TensorFlowLitePlugin/ProjectSettings/
A DInputManager.asset93 positiveButton: space
271 altPositiveButton: space
/AliOS-Things-master/components/py_engine/engine/lib/mbedtls_errors/
A DREADME.md5 micropython to use less space. In short, instead of storing and printing something like
14 directory modify this process to produce a more space efficient error lookup table with
/AliOS-Things-master/components/kv/internal/
A Dkv_types.h166 kv_size_t space; member
/AliOS-Things-master/components/lwip/lwip2.0.0/core/
A Dtcp_out.c442 u16_t space; in tcp_write() local
452 space = mss_local - (last_unsent->len + unsent_optlen); in tcp_write()
469 LWIP_ASSERT("inconsistent oversize vs. space", oversize_used <= space); in tcp_write()
471 oversize_used = LWIP_MIN(space, LWIP_MIN(oversize, len)); in tcp_write()
474 space -= oversize_used; in tcp_write()
487 if ((pos < len) && (space > 0) && (last_unsent->len > 0)) { in tcp_write()
488 u16_t seglen = space < len - pos ? space : len - pos; in tcp_write()
496 …if ((concat_p = tcp_pbuf_prealloc(PBUF_RAW, seglen, space, &oversize, pcb, apiflags, 1)) == NULL) { in tcp_write()
/AliOS-Things-master/components/SDL2/test/
A Dutf8.txt137 each followed by a space character: |
143 each followed by a space character: |
148 each followed by a space character: |
153 each followed by a space character: |
158 each followed by a space character: |
/AliOS-Things-master/components/SDL2/
A Dsdl2-config.cmake.in14 …# Remove -lSDL2 as that is handled by CMake, note the space at the end so it does not replace e.g.…
A Dsdl2-config.cmake14 …# Remove -lSDL2 as that is handled by CMake, note the space at the end so it does not replace e.g.…

Completed in 34 milliseconds

1234